Skip to content

Commit

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

build(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
crazy-max committed Sep 13, 2023
2 parents 7d508e5 + 91c74bb commit 1eaf701
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@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64,linux/ppc64le
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
config: /tmp/buildkitd.toml
-
name: Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .

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

Expand Down

0 comments on commit 1eaf701

Please sign in to comment.