From f9dd7a4ab36059281612fbcbad04b72c2b4fec4f Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Tue, 17 Oct 2023 17:03:28 +0900 Subject: [PATCH] Re-enable random cluster suffix --- .github/workflows/kind-e2e.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index aef5f53af..3387db3ec 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -22,9 +22,7 @@ jobs: KO_DOCKER_REPO: kind.local # Use a semi-random cluster suffix, but somewhat predictable # so reruns don't just give us a completely new value. - # - # Re-enable when https://github.com/chainguard-dev/actions/pull/175 is fixed - # CLUSTER_SUFFIX: c${{ github.run_id }}.local + CLUSTER_SUFFIX: c${{ github.run_id }}.local steps: