Skip to content

Commit

Permalink
Merge pull request #331 from docker/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
crazy-max committed Jun 20, 2024
2 parents 5138f76 + 748835b commit 5d9397e
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 @@ -108,7 +108,7 @@ jobs:
buildkitd-flags: --debug
-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/ppc64le
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
buildkitd-config: /tmp/buildkitd.toml
-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .

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

Expand Down

0 comments on commit 5d9397e

Please sign in to comment.