Skip to content

Commit

Permalink
Disable pushing attestations to the registry until they're fixed (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Oct 13, 2024
1 parent c442292 commit 6f1f798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ jobs:
with:
subject-name: "ghcr.io/pyca/${{ steps.image-digest.outputs.IMAGE_NAME }}"
subject-digest: ${{ steps.image-digest.outputs.DIGEST }}
push-to-registry: true
push-to-registry: false
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'

0 comments on commit 6f1f798

Please sign in to comment.