diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 25c9867..d4b9fe0 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -56,4 +56,4 @@ jobs: with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true \ No newline at end of file + push-to-registry: false \ No newline at end of file