From 15c9a0ded394bc6e69afc4b0601217f426b2264b Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 17 May 2024 22:45:54 -0400 Subject: [PATCH] Fix docker publishing for PRs --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e1bfcd5c5..38cd9fbfc 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -183,7 +183,7 @@ jobs: labels: | maintainer=deluan images: | - name=${{secrets.DOCKER_IMAGE}} + name=${{secrets.DOCKER_IMAGE}},enable=${{ env.DOCKER_IMAGE != '' }} name=ghcr.io/${{ github.repository }} tags: | type=ref,event=pr