Skip to content

Commit

Permalink
Merge pull request #1069 from sundowndev/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/setup-buildx-action-2

fix(deps): bump docker/setup-buildx-action from 1 to 2
  • Loading branch information
sundowndev committed Jan 16, 2023
2 parents 4652975 + eaec8c1 commit 8762e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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@v1.14.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up QEMU
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@v1.14.1
with:
Expand Down

0 comments on commit 8762e7f

Please sign in to comment.