diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54e3bf9989..249abba908 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: path: ${{ github.workspace }}/build/.out/gateway key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }} - name: Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Build Image Debian uses: docker/build-push-action@v3 with: