Skip to content

Commit fc4a1d7

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] <support@github.com>
1 parent 9368a0d commit fc4a1d7

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
@@ -121,7 +121,7 @@ jobs:
121121
path: ${{ github.workspace }}/build/.out/gateway
122122
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
123123
- name: Docker Buildx
124-
uses: docker/setup-buildx-action@v1
124+
uses: docker/setup-buildx-action@v2
125125
- name: Build Image Debian
126126
uses: docker/build-push-action@v2
127127
with:

0 commit comments

Comments
 (0)