From 08b3a7c3f6a1b97fd7397472a83e39a2891ba856 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Tue, 11 Apr 2023 10:37:28 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 163a5fb..121e436 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -34,6 +34,6 @@ jobs: registry: gitea.xeovalyte.dev username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - 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 + - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio-arm --platform linux/arm64 . + - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio-arm