Skip to content

Commit

Permalink
Merge pull request #470 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/setup-buildx-action-3

ci: bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
pro-wh committed Oct 11, 2023
2 parents 3e98aca + ca864f8 commit bc7d846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/470.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump docker/setup-buildx-action from 2 to 3
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:
echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
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
Expand Down

0 comments on commit bc7d846

Please sign in to comment.