Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Jun 18, 2024
1 parent a5b2979 commit 9688b4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
ttl.sh/rancher/fleet-${{ steps.uuid.outputs.uuid }}
tags: type=raw,value=1h
-
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: package/Dockerfile
Expand All @@ -112,7 +112,7 @@ jobs:
ttl.sh/rancher/fleet-agent-${{ steps.uuid.outputs.uuid }}
tags: type=raw,value=1h
-
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: package/Dockerfile.agent
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
ttl.sh/rancher/fleet-${{ steps.uuid.outputs.uuid }}
tags: type=raw,value=1h
-
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: package/Dockerfile
Expand All @@ -117,7 +117,7 @@ jobs:
ttl.sh/rancher/fleet-agent-${{ steps.uuid.outputs.uuid }}
tags: type=raw,value=1h
-
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: package/Dockerfile.agent
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rancher-upgrade-fleet-to-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
ttl.sh/rancher/fleet-${{ steps.uuid.outputs.uuid }}
tags: type=raw,value=1h
-
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: package/Dockerfile
Expand All @@ -98,7 +98,7 @@ jobs:
ttl.sh/rancher/fleet-agent-${{ steps.uuid.outputs.uuid }}
tags: type=raw,value=1h
-
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: package/Dockerfile.agent
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-against-test-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tags: type=raw,value=1h

- name: Build and push Fleet controller image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./fleet
file: ./fleet/package/Dockerfile
Expand All @@ -92,7 +92,7 @@ jobs:
tags: type=raw,value=1h

- name: Build and push Fleet agent image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./fleet
file: ./fleet/package/Dockerfile.agent
Expand Down

0 comments on commit 9688b4c

Please sign in to comment.