diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index dcd3c40c4f7..3a0242b1d30 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -206,7 +206,7 @@ jobs: labels: | maintainer=deluan images: | - name=${{secrets.DOCKER_IMAGE}},enable=${{env.GITHUB_REF_TYPE == 'tag' || env.GITHUB_REF_NAME == 'master'}} + name=${{secrets.DOCKER_IMAGE}},enable=${{env.GITHUB_REF_TYPE == 'tag' || github.ref == format('refs/heads/{0}', 'master')}} name=ghcr.io/${{ github.repository }} tags: | type=ref,event=pr