Skip to content

Commit 11e8a2e

Browse files
authored
Merge pull request #197 from crazy-max/update-build-push
update build-push-action to v4
2 parents 15c905b + 9407e67 commit 11e8a2e

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
@@ -105,7 +105,7 @@ jobs:
105105
buildkitd-flags: --debug
106106
-
107107
name: Build
108-
uses: docker/build-push-action@v3
108+
uses: docker/build-push-action@v4
109109
with:
110110
context: .
111111
platforms: linux/amd64,linux/arm64,linux/ppc64le
@@ -251,7 +251,7 @@ jobs:
251251
config: /tmp/buildkitd.toml
252252
-
253253
name: Build
254-
uses: docker/build-push-action@v3
254+
uses: docker/build-push-action@v4
255255
with:
256256
context: .
257257

@@ -278,7 +278,7 @@ jobs:
278278
mirrors = ["mirror.gcr.io"]
279279
-
280280
name: Build
281-
uses: docker/build-push-action@v3
281+
uses: docker/build-push-action@v4
282282
with:
283283
context: .
284284

0 commit comments

Comments
 (0)