Skip to content

Commit 6babe34

Browse files
dependabot[bot]AMS21
authored andcommitted
Bump actions/attest-build-provenance from 1 to 2
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b68281e commit 6babe34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
labels: ${{ steps.meta.outputs.labels }}
7777

7878
- name: Attest Docker Hub
79-
uses: actions/attest-build-provenance@v1
79+
uses: actions/attest-build-provenance@v2
8080
with:
8181
subject-name: index.docker.io/ams21/tor-relay
8282
subject-digest: ${{ steps.push.outputs.digest }}
8383
push-to-registry: true
8484

8585
- name: Attest GitHub Container Registry
86-
uses: actions/attest-build-provenance@v1
86+
uses: actions/attest-build-provenance@v2
8787
with:
8888
subject-name: ghcr.io/ams21/tor-relay
8989
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)