Skip to content

Commit 8dae3f6

Browse files
fix: replace registers/image_name with actual value (#34)
1 parent d1108cf commit 8dae3f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
name: Publish Docker image
1111

1212
on:
13+
workflow_dispatch:
1314
release:
1415
types: [published]
1516

@@ -51,6 +52,6 @@ jobs:
5152
- name: Generate artifact attestation
5253
uses: actions/attest-build-provenance@v1
5354
with:
54-
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
5556
subject-digest: ${{ steps.push.outputs.digest }}
5657
push-to-registry: true

0 commit comments

Comments
 (0)