mirror of https://github.com/rancher/kubectl.git
Merge pull request #159 from rancher/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6.4.0
This commit is contained in:
commit
cb27b1a1fc
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
username: ${{ env.DOCKER_USERNAME }}
|
||||
password: ${{ env.DOCKER_PASSWORD }}
|
||||
- name: Build image
|
||||
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
|
||||
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.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@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
|
||||
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
|
||||
id: build-push
|
||||
with:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Reference in New Issue