Skip to content

Commit

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

Bump docker/setup-buildx-action from 1 to 2
  • Loading branch information
Flurb authored May 7, 2022
2 parents 3ee1edf + 2d7a5c9 commit 7441fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Cache Docker Register
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 7441fee

Please sign in to comment.