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

This commit is contained in:
xeovalyte 2023-04-11 15:22:57 +02:00
parent d860a4ab2b
commit 81a3df84d1

View File

@ -36,7 +36,6 @@ jobs:
registry: gitea.xeovalyte.dev registry: gitea.xeovalyte.dev
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
- run: docker buildx build -t xeovalyte/portfolio --platform=linux/amd64,linux/arm64 --load . - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --platform=linux/arm64 --load .
- run: docker images - run: docker images
- run: docker tag xeovalyte/portfolio gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm