Skip to content

Commit

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

chore(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
gregdhill authored Feb 7, 2024
2 parents 1bd917b + c746e65 commit c546979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
find ./target/
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: ./Dockerfile_release
context: .
Expand Down

0 comments on commit c546979

Please sign in to comment.