Skip to content

Commit

Permalink
Merge pull request cloudflare#513 from cloudflare/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/docker/build-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
prymitive authored Jan 30, 2023
2 parents 9d08270 + df84a81 commit ee96670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit ee96670

Please sign in to comment.