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

This commit is contained in:
xeovalyte 2023-04-11 15:06:36 +02:00
parent 5e1fe9efc4
commit 455db8a2ef

View File

@ -37,6 +37,6 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
- 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 tag xeovalyte/portfolio gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm