Skip to content

Commit fe2a573

Browse files
dependabot[bot]ialejandro
authored andcommitted
chore(deps): 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] <support@github.com>
1 parent 54fdbc8 commit fe2a573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
repository: ${{ env.DOCKERHUB_USER }}/${{ env.DOCKERHUB_REPO }}
101101

102102
- name: "[GHCR] Generate artifact"
103-
uses: actions/attest-build-provenance@v1
103+
uses: actions/attest-build-provenance@v2
104104
with:
105105
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_REPO }}
106106
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)