Skip to content

Commit

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

Bump docker/build-push-action from 4 to 5
  • Loading branch information
jonhadfield authored Sep 23, 2023
2 parents eb140ac + 9dca31d commit 1fc4265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

-
name: build image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./docker
file: ./docker/Dockerfile
Expand All @@ -60,7 +60,7 @@ jobs:

-
name: push image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./docker
file: ./docker/Dockerfile
Expand Down

0 comments on commit 1fc4265

Please sign in to comment.