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

This commit is contained in:
xeovalyte 2023-04-11 14:44:06 +02:00
parent 6a39cddbbb
commit 5e1fe9efc4

View File

@ -36,6 +36,7 @@ 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 xeovalyte/portfolio --platform=linux/amd64,linux/arm64 .
- run: docker tag xeovalyte/portfolio gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
- run: docker images
- run: docker push "gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm"
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm