Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 3.7.1 to 3.8.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 3.7.1 to 3.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3.7.1...v3.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent eacc069 commit ef30e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup QEMU
uses: docker/[email protected]
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: docker login
uses: docker/[email protected]
with:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup QEMU
uses: docker/[email protected]
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: docker login
uses: docker/[email protected]
with:
Expand Down

0 comments on commit ef30e37

Please sign in to comment.