diff --git a/.github/workflows/kind-image.yml b/.github/workflows/kind-image.yml index 9379f8a7d..e283bc9f9 100644 --- a/.github/workflows/kind-image.yml +++ b/.github/workflows/kind-image.yml @@ -33,7 +33,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v6.2.0 + uses: docker/build-push-action@v6.7.0 with: context: . push: ${{ github.event_name != 'pull_request' }}