Skip to content

Commit

Permalink
Merge pull request #159 from rancher/renovate/docker-build-push-actio…
Browse files Browse the repository at this point in the history
…n-6.x

Update docker/build-push-action action to v6.4.0
  • Loading branch information
mallardduck committed Jul 16, 2024
2 parents 82a7d1d + f0a0ff0 commit cb27b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down Expand Up @@ -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: .
Expand Down

0 comments on commit cb27b1a

Please sign in to comment.