From 856f00e2441c1863bdfa828b0ab1dd618bba3100 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sun, 30 Apr 2023 12:23:28 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 350f22e..822e6d5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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