Update '.gitea/workflows/ci.yml'
All checks were successful
Build
Deploy

This commit is contained in:
xeovalyte 2023-04-11 10:06:10 +02:00
parent 1a7727cd7d
commit 282a5e774e

View File

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