Skip to content

Commit 3a1fb31

Browse files
build(deps): bump the github-actions group with 2 updates (#39)
Bumps the github-actions group with 2 updates: [docker/metadata-action](https://github.com/docker/metadata-action) and [docker/build-push-action](https://github.com/docker/build-push-action). 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.13.0 to 6.15.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca877d9...471d1dc) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9d5249 commit 3a1fb31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: build docker metadata
3030
id: meta
31-
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
31+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
3232
with:
3333
images: ${{ env.IMAGE_NAME }}
3434
flavor: |
@@ -38,7 +38,7 @@ jobs:
3838
type=raw,value=latest
3939
4040
- name: build and push image
41-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
41+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
4242
with:
4343
context: .
4444
push: true

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/setup-buildx-action@v3
5555

5656
- name: build docker image
57-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
57+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
5858
with:
5959
context: .
6060
push: false

0 commit comments

Comments
 (0)