Update '.gitea/workflows/ci.yml'
Some checks failed
Build
Deploy

This commit is contained in:
xeovalyte 2023-04-11 10:32:32 +02:00
parent cd20e7b918
commit f30a253da4

View File

@ -34,8 +34,6 @@ jobs:
registry: gitea.xeovalyte.dev
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
- run: |
docker buildx build --push \
--tag gitea.xeovalyte.dev/xeovalyte/portfolio:latest \
--platform linux/amd64,linux/arm/v7,linux/arm64 .
- run: docker buildx build --tag gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest --platform linux/arm64 .
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest