Skip to content

Commit

Permalink
Merge pull request #1293 from cloudflare/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-4

build(deps): bump docker/build-push-action from 3 to 4
  • Loading branch information
nickysemenza committed May 12, 2023
2 parents f37a685 + e1d1777 commit 3e4a060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
images: ${{ matrix.image }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64,linux/s390x
Expand Down

0 comments on commit 3e4a060

Please sign in to comment.