Skip to content

Commit

Permalink
Remove extra quotation mark. (#986)
Browse files Browse the repository at this point in the history
Okay, this time I searched the whole repo for such mistakes. Hopefully
the rest of it works.
  • Loading branch information
MikeNeilson authored Dec 16, 2024
1 parent f127cf2 commit 0e97993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e97993

Please sign in to comment.