From 3069e744d9cf44198710dd9284fb18de027db392 Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Sun, 15 Dec 2024 15:00:14 -0800 Subject: [PATCH] remove slash at end --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6d7afe7e..963e1b9f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: run: make test-e2e-${{ matrix.testcase }} env: USE_GPU_CLUSTER: "true" - SKAFFOLD_DEFAULT_REPO: "ghcr.io/substratusai/" + SKAFFOLD_DEFAULT_REPO: "ghcr.io/substratusai" - name: Delete namespace if: always() run: |