Skip to content

Commit

Permalink
fix: replace registers/image_name with actual value (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcommitshow authored Aug 9, 2024
1 parent d1108cf commit 8dae3f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name: Publish Docker image

on:
workflow_dispatch:
release:
types: [published]

Expand Down Expand Up @@ -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

0 comments on commit 8dae3f6

Please sign in to comment.