Skip to content

Commit 5d9397e

Browse files
authored
Merge pull request #331 from docker/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2 parents 5138f76 + 748835b commit 5d9397e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
buildkitd-flags: --debug
109109
-
110110
name: Build
111-
uses: docker/build-push-action@v5
111+
uses: docker/build-push-action@v6
112112
with:
113113
context: .
114114
platforms: linux/amd64,linux/arm64,linux/ppc64le
@@ -254,7 +254,7 @@ jobs:
254254
buildkitd-config: /tmp/buildkitd.toml
255255
-
256256
name: Build
257-
uses: docker/build-push-action@v5
257+
uses: docker/build-push-action@v6
258258
with:
259259
context: .
260260

@@ -281,7 +281,7 @@ jobs:
281281
mirrors = ["mirror.gcr.io"]
282282
-
283283
name: Build
284-
uses: docker/build-push-action@v5
284+
uses: docker/build-push-action@v6
285285
with:
286286
context: .
287287

0 commit comments

Comments
 (0)