From 4686d9cbb7c4bf83418afe34a66b75c78bc39d94 Mon Sep 17 00:00:00 2001 From: Jackson Goode Date: Fri, 15 Mar 2024 16:22:07 -0700 Subject: [PATCH] Edit --- .github/workflows/build-gridwatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-gridwatch.yml b/.github/workflows/build-gridwatch.yml index 3fee39d55b76b..acc9bb3492859 100644 --- a/.github/workflows/build-gridwatch.yml +++ b/.github/workflows/build-gridwatch.yml @@ -34,6 +34,6 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ env.REPO }}:${GITHUB_REF#refs/tags/v}-${{ github.ref_name }} + tags: ${{ env.REPO }}:${{ github.ref_name }} cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file