Skip to content

Commit aca5ea8

Browse files
committed
disable attest
1 parent 268db31 commit aca5ea8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/docker-images.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,3 @@ jobs:
7575
platforms: ${{ matrix.IMAGE.DOCKER_PLATFORM }}
7676
pull: true
7777
push: ${{ (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }}
78-
- name: Attese
79-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
80-
with:
81-
subject-name: "ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}"
82-
subject-digest: ${{ steps.docker-build.outputs.digest }}
83-
push-to-registry: true
84-
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)