Skip to content

Commit aff797a

Browse files
build(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 (#741)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.16.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.15.0...v6.16.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffb4bfb commit aff797a

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
@@ -85,7 +85,7 @@ jobs:
8585
fi
8686
8787
- name: Docker Buildx (build)
88-
uses: docker/build-push-action@v6.15.0
88+
uses: docker/build-push-action@v6.16.0
8989
if: success() && !contains(github.ref, 'master')
9090
with:
9191
push: false
@@ -103,7 +103,7 @@ jobs:
103103
password: ${{ secrets.DOCKER_PASSWORD }}
104104

105105
- name: Docker Buildx (push)
106-
uses: docker/build-push-action@v6.15.0
106+
uses: docker/build-push-action@v6.16.0
107107
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
108108
with:
109109
push: true

0 commit comments

Comments
 (0)