diff --git a/.github/workflows/kind-image.yml b/.github/workflows/kind-image.yml index 0ea394b1a..036922a8a 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.14.0 + uses: docker/build-push-action@v6.15.0 with: context: . push: ${{ github.event_name != 'pull_request' }}