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

This commit is contained in:
xeovalyte 2023-04-11 14:40:27 +02:00
parent afd7af0d0d
commit 6a39cddbbb

View File

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