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