Update '.gitea/workflows/ci.yml'
All checks were successful
Build and Deploy / Deploy (push) Successful in 2m31s

This commit is contained in:
xeovalyte 2023-05-01 15:53:05 +02:00
parent 5d5e6ca4b0
commit b5cfece5a0

View File

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