Skip to content

Commit 3b2ec52

Browse files
Bump docker/setup-buildx-action from 1 to 2 (#114)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 748fec6 commit 3b2ec52

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
@@ -155,7 +155,7 @@ jobs:
155155
path: ${{ github.workspace }}/build/.out/gateway
156156
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
157157
- name: Docker Buildx
158-
uses: docker/setup-buildx-action@v1
158+
uses: docker/setup-buildx-action@v2
159159
- name: Build Image Debian
160160
uses: docker/build-push-action@v3
161161
with:

0 commit comments

Comments
 (0)