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