Skip to content

Commit d4fef57

Browse files
Bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4e2346 commit d4fef57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

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

7676
# https://github.com/docker/setup-buildx-action
7777
- name: Setup docker buildx
78-
uses: docker/setup-buildx-action@v1
78+
uses: docker/setup-buildx-action@v2
7979
with:
8080
# Allows pushing to registry on localhost:5000
8181
driver-opts: network=host

0 commit comments

Comments
 (0)