diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 637f4ea..4c7ae37 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -81,7 +81,7 @@ jobs: - name: Image digest if: ${{ !startsWith(github.ref, 'refs/tags') }} run: echo ${{ steps.build-push.outputs.digest }} - - name: Tag (pull candidate, tag, push) + - name: Release (pull candidate, tag, push) if: ${{ github.ref == steps.vars.outputs.tag-trigger-ref }} run: | docker pull docker.io/${{ secrets.DOCKER_HUB_NAMESPACE }}/${{ steps.vars.outputs.candidate-tag }}