Skip to content

Commit

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

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
prymitive committed Jun 17, 2024
2 parents 56de8a3 + 70e60e9 commit 0fdd29a
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 @@ -29,7 +29,7 @@ jobs:

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

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

0 comments on commit 0fdd29a

Please sign in to comment.