Skip to content

Commit ae234a4

Browse files
authored
Don't push to registry when using GH attestations (#31)
Let's just show the attestations themselves
1 parent 13e0123 commit ae234a4

4 files changed

+0
-4
lines changed

.github/workflows/build-image-signed-ghat-malicious.yml

-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ jobs:
3838
with:
3939
subject-name: ghcr.io/${{ github.repository }}
4040
subject-digest: ${{ steps.push-step.outputs.digest }}
41-
push-to-registry: true

.github/workflows/build-image-signed-ghat-static-copied.yml

-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ jobs:
3535
with:
3636
subject-name: ghcr.io/${{ github.repository }}
3737
subject-digest: ${{ steps.push-step.outputs.digest }}
38-
push-to-registry: true

.github/workflows/build-image-signed-ghat-static.yml

-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ jobs:
3535
with:
3636
subject-name: ghcr.io/${{ github.repository }}
3737
subject-digest: ${{ steps.push-step.outputs.digest }}
38-
push-to-registry: true

.github/workflows/build-image-signed-ghat.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ jobs:
3434
with:
3535
subject-name: ghcr.io/${{ github.repository }}
3636
subject-digest: ${{ steps.push-step.outputs.digest }}
37-
push-to-registry: true

0 commit comments

Comments
 (0)