Update '.gitea/workflows/ci.yml'
Some checks failed
Build and Deploy / Build (push) Successful in 33s
Build and Deploy / Deploy (push) Failing after 1m2s

This commit is contained in:
xeovalyte 2023-04-30 12:23:28 +02:00
parent bc4e0cea72
commit 856f00e244

View File

@ -31,10 +31,6 @@ jobs:
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
with:
driver-opts: |
image=moby/buildkit:latest
network=host
- uses: docker/login-action@v2
with:
@ -42,5 +38,5 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio --platform=linux/arm64 .
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --platform=linux/arm64 .
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm