Skip to content

Commit

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

Bump docker/setup-buildx-action from 1 to 2
  • Loading branch information
tiredofit authored Jun 23, 2022
2 parents bec529d + 064e8e7 commit 26dca7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

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

- name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

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

- name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 26dca7a

Please sign in to comment.