diff --git a/.github/workflows/release-dev.yaml b/.github/workflows/release-dev.yaml index 8525d345b3..828a089157 100644 --- a/.github/workflows/release-dev.yaml +++ b/.github/workflows/release-dev.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aedf4a833d..cb3516832f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/build/kind/Dockerfile.kind b/build/kind/kind.Dockerfile similarity index 100% rename from build/kind/Dockerfile.kind rename to build/kind/kind.Dockerfile