Skip to content

Commit

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

build(deps): bump docker/setup-buildx-action from 1 to 2
  • Loading branch information
Ancient123 authored Jul 25, 2023
2 parents ee38576 + f1f63a9 commit 2651f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 2651f12

Please sign in to comment.