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

This commit is contained in:
xeovalyte 2023-05-01 15:27:38 +02:00
parent 6158ca45ae
commit 3fb93b298a

View File

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