Skip to content

Commit 8d7abae

Browse files
dependabot[bot]krkabol
authored andcommitted
Bump the githubactions-dependencies group with 2 updates
Bumps the githubactions-dependencies group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `docker/build-push-action` from 6.18.0 to 6.19.2 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.18.0...v6.19.2) Updates `actions/attest-build-provenance` from 3 to 4 - [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@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: githubactions-dependencies - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: githubactions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b770f1 commit 8d7abae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535
- name: Build and push Docker image
3636
id: push
37-
uses: docker/build-push-action@v6.18.0
37+
uses: docker/build-push-action@v6.19.2
3838
with:
3939
context: .
4040
push: true
4141
tags: ${{ steps.meta.outputs.tags }}
4242
labels: ${{ steps.meta.outputs.labels }}
4343
- name: Generate artifact attestation
44-
uses: actions/attest-build-provenance@v3
44+
uses: actions/attest-build-provenance@v4
4545
with:
4646
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
4747
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)