From f30a253da49236d2a43e395137eb92a82d0934e2 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Tue, 11 Apr 2023 10:32:32 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ef8c7e2..163a5fb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -34,8 +34,6 @@ jobs: registry: gitea.xeovalyte.dev username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - run: | - docker buildx build --push \ - --tag gitea.xeovalyte.dev/xeovalyte/portfolio:latest \ - --platform linux/amd64,linux/arm/v7,linux/arm64 . + - run: docker buildx build --tag gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest --platform linux/arm64 . + - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest