From 1ca85c6ea0f925540528e1e41cb892b8fbe1d375 Mon Sep 17 00:00:00 2001 From: Sirius Date: Sun, 16 Jun 2024 23:04:35 +0200 Subject: [PATCH] fix: use previous git context in build and push action --- .gitea/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 19bdae5e6a..ebeb87ce7d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,11 +21,9 @@ jobs: username: alice-bot password: ${{ secrets.GT_TOKEN }} - - run: | - echo "Building tag ${{ gitea.ref_name }} | ${{ env.GITHUB_REF_NAME }}" - - name: Build and push uses: docker/build-push-action@v5 with: + context: . push: true tags: git.rabbithole.cyou/paravielfalt/mastodon:${{ gitea.ref_name }}