We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1108cf commit 8dae3f6Copy full SHA for 8dae3f6
.github/workflows/publish-docker.yml
@@ -10,6 +10,7 @@
10
name: Publish Docker image
11
12
on:
13
+ workflow_dispatch:
14
release:
15
types: [published]
16
@@ -51,6 +52,6 @@ jobs:
51
52
- name: Generate artifact attestation
53
uses: actions/attest-build-provenance@v1
54
with:
- subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
55
+ subject-name: index.docker.io/gitcommitshow/rudder-github-app #https://github.com/actions/attest-build-provenance#container-image
56
subject-digest: ${{ steps.push.outputs.digest }}
57
push-to-registry: true
0 commit comments