Skip to content

Commit 1b2085e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Workaround: https://github.com/docker/build-push-action/issues/461
4343
- name: Setup Docker buildx
4444
if: ${{ env.NGINX_VERSION != '' }}
45-
uses: docker/setup-buildx-action@v2
45+
uses: docker/setup-buildx-action@v3
4646

4747
# Login against a Docker registry except on PR
4848
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)