Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f451aa9

Browse files
authoredNov 13, 2024··
Bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) --- 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 e640a9f commit f451aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/publish-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
core.setOutput('version', runnerVersion);
4242
4343
- name: Setup Docker buildx
44-
uses: docker/setup-buildx-action@v2
44+
uses: docker/setup-buildx-action@v3
4545

4646
- name: Log into registry ${{ env.REGISTRY }}
4747
uses: docker/login-action@v2

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
core.setOutput('version', runnerVersion);
310310
311311
- name: Setup Docker buildx
312-
uses: docker/setup-buildx-action@v2
312+
uses: docker/setup-buildx-action@v3
313313

314314
- name: Log into registry ${{ env.REGISTRY }}
315315
uses: docker/login-action@v2

0 commit comments

Comments
 (0)
Please sign in to comment.