mirror of https://github.com/rancher/kubectl.git
Update docker/build-push-action action to v6.7.0
This commit is contained in:
parent
521560b103
commit
ea825cccdb
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
username: ${{ env.DOCKER_USERNAME }}
|
||||
password: ${{ env.DOCKER_PASSWORD }}
|
||||
- name: Build image
|
||||
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
|
||||
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
|
||||
id: build-image
|
||||
with:
|
||||
context: .
|
||||
|
|
@ -126,7 +126,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.IMAGE_REPO }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
|
||||
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
|
||||
id: build-push
|
||||
with:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Reference in New Issue