Skip to content

Commit 2b61783

Browse files
build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 (#744)
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 89e1f89 commit 2b61783

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
@@ -84,7 +84,7 @@ jobs:
8484
fi
8585
8686
- name: Docker Buildx (build)
87-
uses: docker/build-push-action@v6.17.0
87+
uses: docker/build-push-action@v6.18.0
8888
if: success() && !contains(github.ref, 'master')
8989
with:
9090
push: false
@@ -102,7 +102,7 @@ jobs:
102102
password: ${{ secrets.DOCKER_PASSWORD }}
103103

104104
- name: Docker Buildx (push)
105-
uses: docker/build-push-action@v6.17.0
105+
uses: docker/build-push-action@v6.18.0
106106
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
107107
with:
108108
push: true

0 commit comments

Comments
 (0)