diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index f8e23b3..c96b3a3 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -10,6 +10,7 @@ name: Publish Docker image on: + workflow_dispatch: release: types: [published] @@ -51,6 +52,6 @@ jobs: - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-name: index.docker.io/gitcommitshow/rudder-github-app #https://github.com/actions/attest-build-provenance#container-image subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true