From 0e97993d30d6662d5d300ba742205df1ebba9e25 Mon Sep 17 00:00:00 2001 From: Mike Neilson Date: Mon, 16 Dec 2024 09:51:17 -0800 Subject: [PATCH] Remove extra quotation mark. (#986) Okay, this time I searched the whole repo for such mistakes. Hopefully the rest of it works. --- .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 a7530a8fe..eca0c8ab9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: ALT_REGISTRY: ${{secrets.ALT_REGISTRY}} HEC_PUB_REGISTRY: ${{secrets.HEC_PUB_REGISTRY}} run: | - HEC_PUB_REGISTRY="${{secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY}}"" + HEC_PUB_REGISTRY="${{secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY}}" REPO=`echo "${{github.repository}}" | tr '[:upper:]' '[:lower:]'` docker build -t cda:build-latest . docker tag cda:build-latest ghcr.io/${REPO}:$VERSION