Skip to content

Commit 86511f0

Browse files
authored
Merge pull request #79 from LeMyst/dependabot/github_actions/docker/build-push-action-6.11.0
chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0
2 parents e4a4e97 + c559f41 commit 86511f0

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.10.0
99+
uses: docker/build-push-action@v6.11.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.10.0
124+
uses: docker/build-push-action@v6.11.0
125125
with:
126126
context: .
127127
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)