From 545c40eba7e30200093bb331370d2ea2274d2e67 Mon Sep 17 00:00:00 2001 From: ypoplavs Date: Fri, 4 Oct 2024 16:41:45 +0300 Subject: [PATCH] rename dockerfile --- .github/workflows/release-dev.yaml | 2 +- .github/workflows/release.yaml | 2 +- build/kind/{Dockerfile.kind => kind.Dockerfile} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename build/kind/{Dockerfile.kind => kind.Dockerfile} (100%) 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