From 7a01d46888f390afe5971e004dd62b43ddc85559 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 3 Jan 2022 22:56:56 +0000 Subject: [PATCH] fix(ci): hard code the value temporarily --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73fb1ac..a14b302 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: id: meta uses: crazy-max/ghaction-docker-meta@v3 with: - images: $GITHUB_REPOSITORY + images: hutchic/template-docker tags: | type=semver,pattern={{version}},value=${{ steps.release.outputs.release-version }} type=ref,event=branch