Skip to content

Commit 68fce29

Browse files
⬆️ Bump docker/setup-buildx-action from 1.6.0 to 1.7.0 (#232)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1.6.0...v1.7.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 465ee65 commit 68fce29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Set up Docker Buildx
3535
id: buildx
36-
uses: docker/setup-buildx-action@v1.6.0
36+
uses: docker/setup-buildx-action@v1.7.0
3737

3838
- name: Available platforms
3939
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)