Skip to content

Commit

Permalink
Merge pull request #484 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-5.1.0

ci: bump docker/build-push-action from 5.0.0 to 5.1.0
  • Loading branch information
pro-wh committed Nov 22, 2023
2 parents 1e0f52a + 81ec4a7 commit 988fcaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/484.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump docker/build-push-action from 5.0.0 to 5.1.0
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: "Rebuild oasisprotocol/oasis-rosetta-gateway:${{ steps.branch_tag.outputs.tag }}"
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: docker
file: docker/Dockerfile
Expand Down

0 comments on commit 988fcaf

Please sign in to comment.