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

This commit is contained in:
xeovalyte 2023-04-11 14:25:23 +02:00
parent f7ad015576
commit 2415e7a089

View File

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