Skip to content

Commit 865a2bb

Browse files
build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 (#682)
Bumps [docker/build-push-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 418fd58 commit 865a2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
install: true
7676

7777
- name: Docker Buildx (build)
78-
uses: docker/build-push-action@v6.17.0
78+
uses: docker/build-push-action@v6.18.0
7979
if: success() && !contains(github.ref, 'master')
8080
with:
8181
push: false
@@ -93,7 +93,7 @@ jobs:
9393
password: ${{ secrets.DOCKER_PASSWORD }}
9494

9595
- name: Docker Buildx (push)
96-
uses: docker/build-push-action@v6.17.0
96+
uses: docker/build-push-action@v6.18.0
9797
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
9898
with:
9999
push: true

0 commit comments

Comments
 (0)