Skip to content

Commit 0637bda

Browse files
Bump docker/setup-buildx-action from 1 to 2 (#268)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5a1216 commit 0637bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
platforms: arm,arm64,ppc64le,s390x,mips64le,386
6363
if: github.event_name != 'pull_request'
6464
- name: Docker Buildx
65-
uses: docker/setup-buildx-action@v1
65+
uses: docker/setup-buildx-action@v2
6666
- name: DockerHub Login
6767
uses: docker/login-action@v2
6868
with:

0 commit comments

Comments
 (0)