From bc4e0cea7241aa47bafd3ffdb0e024372d1702b0 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sun, 30 Apr 2023 11:55:43 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ff3b073..350f22e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,11 +42,5 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - uses: docker/build-push-action@master - with: - context: . - file: ./Dockerfile - platforms: | - linux/arm64 - push: true - tags: gitea.xeovalyte.dev/xeovalyte/portfolio:latest + - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio --platform=linux/arm64 . + - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio