Skip to content

Commit

Permalink
Merge pull request #197 from crazy-max/update-build-push
Browse files Browse the repository at this point in the history
update build-push-action to v4
  • Loading branch information
crazy-max committed Jan 31, 2023
2 parents 15c905b + 9407e67 commit 11e8a2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
buildkitd-flags: --debug
-
name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64,linux/ppc64le
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
config: /tmp/buildkitd.toml
-
name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .

Expand All @@ -278,7 +278,7 @@ jobs:
mirrors = ["mirror.gcr.io"]
-
name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .

Expand Down

0 comments on commit 11e8a2e

Please sign in to comment.