Skip to content

Commit 82d46a3

Browse files
build(deps): bump docker/build-push-action in the updates group
Bumps the updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.17.0 to 6.18.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c4144c commit 82d46a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Build and push
9494
id: docker_build
95-
uses: docker/build-push-action@v6.17.0
95+
uses: docker/build-push-action@v6.18.0
9696
with:
9797
platforms: ${{ matrix.platforms }}
9898
# ensure latest base image is used

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Build
3232
id: docker_build
33-
uses: docker/build-push-action@v6.17.0
33+
uses: docker/build-push-action@v6.18.0
3434
with:
3535
platforms: ${{ matrix.platforms }}
3636
# ensure latest base image is used

0 commit comments

Comments
 (0)