Skip to content

Commit

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

ci: bump docker/build-push-action from 2.5.0 to 2.6.1
  • Loading branch information
tjanez authored Aug 10, 2021
2 parents 0a11e4e + 3cfe213 commit 16d8000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/223.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump docker/build-push-action from 2.5.0 to 2.6.1
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: "Rebuild oasisprotocol/oasis-core-rosetta-gateway:${{ steps.determine_tag.outputs.tag }}"
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
context: docker
file: docker/Dockerfile
Expand Down

0 comments on commit 16d8000

Please sign in to comment.