From a3b91c43b20c9832ff56a17810979d547c16931e Mon Sep 17 00:00:00 2001 From: DerDavidBohl Date: Mon, 6 Oct 2025 20:45:58 +0200 Subject: [PATCH] Try it with git context --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de7781c..2f0c38d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - ref: ${{ env.TAG_REF }} + context: git event: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'repository_dispatch' && github.event.client_payload.tag != '' && 'tag' || '' }} tags: | type=ref,event=branch