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

This commit is contained in:
xeovalyte 2023-04-11 10:37:28 +02:00
parent f30a253da4
commit 08b3a7c3f6

View File

@ -34,6 +34,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 --tag gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest --platform linux/arm64 . - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio-arm --platform linux/arm64 .
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio-arm