mirror of https://github.com/rancher/kubectl.git
Update docker/build-push-action action to v6.13.0
This commit is contained in:
parent
14402e2997
commit
77452967c7
|
|
@ -77,7 +77,7 @@ jobs:
|
||||||
username: ${{ env.DOCKER_USERNAME }}
|
username: ${{ env.DOCKER_USERNAME }}
|
||||||
password: ${{ env.DOCKER_PASSWORD }}
|
password: ${{ env.DOCKER_PASSWORD }}
|
||||||
- name: Build image
|
- name: Build image
|
||||||
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
|
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
|
||||||
id: build-image
|
id: build-image
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
@ -128,7 +128,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ env.IMAGE_REPO }}
|
images: ${{ env.IMAGE_REPO }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
|
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
|
||||||
id: build-push
|
id: build-push
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
newest=$(head -n 1 versions.txt)
|
newest=$(head -n 1 versions.txt)
|
||||||
echo "KUBECTL_VERSION=$newest" >> $GITHUB_ENV
|
echo "KUBECTL_VERSION=$newest" >> $GITHUB_ENV
|
||||||
- name: Build image
|
- name: Build image
|
||||||
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
|
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
|
||||||
id: build-image
|
id: build-image
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue