Skip to content

Commit

Permalink
Merge pull request #718 from Automattic/publish/attestations
Browse files Browse the repository at this point in the history
ci: publish attestations to the container registry
  • Loading branch information
sjinks authored May 4, 2024
2 parents 2b06102 + 108623b commit 7955d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
with:
subject-name: ${{ steps.imagename.outputs.image_name }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: false
push-to-registry: true
if: inputs.push == 'true'

- name: Load image to local Docker
Expand Down

0 comments on commit 7955d9c

Please sign in to comment.