Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

chore(deps): update docker/build-push-action action to v6 #34

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: helm/kind-action@v1
with:
cluster_name: e2e
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
tags: lke-operator:e2e
build-args: VERSION=e2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64
Expand Down