Skip to content

Commit 552fab0

Browse files
Bump the github-actions group with 3 updates (#92)
Bumps the github-actions group with 3 updates: [docker/metadata-action](https://github.com/docker/metadata-action), [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/metadata-action` from 5.6.1 to 5.7.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@369eb59...902fa8e) Updates `docker/build-push-action` from 6.14.0 to 6.15.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@0adf995...471d1dc) Updates `actions/attest-build-provenance` from 2.2.0 to 2.2.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@520d128...bd77c07)
1 parent b30fc6c commit 552fab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Extract metadata (tags, labels)
3737
id: docker-meta
38-
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
38+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
3939
with:
4040
images: ${{ env.DOCKER_IMAGE_NAME }}
4141
tags: |
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Build and push image
4747
id: docker-push
48-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
48+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
4949
with:
5050
context: .
5151
provenance: mode=max
@@ -55,7 +55,7 @@ jobs:
5555
labels: ${{ steps.docker-meta.outputs.labels }}
5656

5757
- name: Attest image
58-
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
58+
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
5959
with:
6060
subject-name: index.docker.io/${{ env.DOCKER_IMAGE_NAME }}
6161
subject-digest: ${{ steps.docker-push.outputs.digest }}

0 commit comments

Comments
 (0)