Skip to content

Commit

Permalink
fix(deps): bump docker/setup-buildx-action from 1.7.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.7.0 to 2.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v1.7.0...v2.0.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2022
1 parent f9ab53d commit 89790b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
type=ref,event=branch
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.7.0
uses: docker/setup-buildx-action@v2.0.0

- name: Login to DockerHub
if: github.event_name == 'release'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
type=ref,event=branch
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.7.0
uses: docker/setup-buildx-action@v2.0.0

- name: Build Docker image
uses: docker/build-push-action@v2.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3.0.2

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

- name: Build Docker image
uses: docker/build-push-action@v2.10.0
Expand Down

0 comments on commit 89790b5

Please sign in to comment.