Skip to content

Commit 0e97993

Browse files
authored
Remove extra quotation mark. (#986)
Okay, this time I searched the whole repo for such mistakes. Hopefully the rest of it works.
1 parent f127cf2 commit 0e97993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ALT_REGISTRY: ${{secrets.ALT_REGISTRY}}
8787
HEC_PUB_REGISTRY: ${{secrets.HEC_PUB_REGISTRY}}
8888
run: |
89-
HEC_PUB_REGISTRY="${{secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY}}""
89+
HEC_PUB_REGISTRY="${{secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY}}"
9090
REPO=`echo "${{github.repository}}" | tr '[:upper:]' '[:lower:]'`
9191
docker build -t cda:build-latest .
9292
docker tag cda:build-latest ghcr.io/${REPO}:$VERSION

0 commit comments

Comments
 (0)