Skip to content

Commit

Permalink
rename dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 4, 2024
1 parent 1ff0243 commit 545c40e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
ga_id=${{secrets.TESTKUBE_CLI_GA_MEASUREMENT_ID}}
ga_secret=${{secrets.TESTKUBE_CLI_GA_MEASUREMENT_SECRET}}
context: build/kind
file: build/kind/Dockerfile.kind
file: build/kind/kind.Dockerfile
platforms: linux/amd64,linux/arm64/v8
provenance: mode=max
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
ga_id=${{secrets.TESTKUBE_CLI_GA_MEASUREMENT_ID}}
ga_secret=${{secrets.TESTKUBE_CLI_GA_MEASUREMENT_SECRET}}
context: build/kind
file: build/kind/Dockerfile.kind
file: build/kind/kind.Dockerfile
platforms: linux/amd64,linux/arm64
provenance: mode=max
push: true
Expand Down
File renamed without changes.

0 comments on commit 545c40e

Please sign in to comment.