Update docker/setup-buildx-action action to v4
This commit is contained in:
parent
bd9953a744
commit
a6c2855523
@ -29,7 +29,7 @@ jobs:
|
|||||||
echo "${{ secrets.KUBE_CONFIG_CONTENT }}" > ~/.kube/config
|
echo "${{ secrets.KUBE_CONFIG_CONTENT }}" > ~/.kube/config
|
||||||
chmod 600 ~/.kube/config
|
chmod 600 ~/.kube/config
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
with:
|
with:
|
||||||
driver: kubernetes
|
driver: kubernetes
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user