Skip to content

Commit 3d52af7

Browse files
mergify[bot]dependabot[bot]MSalopek
authored
chore(deps): Bump docker/build-push-action from 6.4.1 to 6.5.0 (backport #3232) (#3234)
* chore(deps): Bump docker/build-push-action from 6.4.1 to 6.5.0 (#3232) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.1 to 6.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.4.1...v6.5.0) --- updated-dependencies: - dependency-name: docker/build-push-action 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> (cherry picked from commit 01920a1) # Conflicts: # .github/workflows/docker-push.yml * fix merge conflict --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MSalopek <[email protected]>
1 parent 22a41ba commit 3d52af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
flavor: "latest=false"
4747

4848
- name: Build and push docker image
49-
uses: docker/build-push-action@v6.3.0
49+
uses: docker/build-push-action@v6.5.0
5050
with:
5151
context: .
5252
file: Dockerfile

0 commit comments

Comments
 (0)