mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Merge pull request #1718 from kubesphere/dependabot-github_actions-docker-build-push-action-4
build(deps): bump docker/build-push-action from 2 to 4
This commit is contained in:
commit
cd22dd169b
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Build iso image to local
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: hack/gen-repository-iso
|
||||
file: hack/gen-repository-iso/${{ matrix.dockerfile }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue