Skip to content

Commit ead2bbc

Browse files
chore(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 (#92)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.13.0...v6.14.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>
1 parent ad48e18 commit ead2bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Build and push locally
9898
id: local-push
99-
uses: docker/build-push-action@v6.13.0
99+
uses: docker/build-push-action@v6.14.0
100100
with:
101101
context: .
102102
load: true
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Build and push registry
123123
if: github.event_name != 'pull_request'
124-
uses: docker/build-push-action@v6.13.0
124+
uses: docker/build-push-action@v6.14.0
125125
with:
126126
context: .
127127
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)