We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f127cf2 commit 0e97993Copy full SHA for 0e97993
.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
86
ALT_REGISTRY: ${{secrets.ALT_REGISTRY}}
87
HEC_PUB_REGISTRY: ${{secrets.HEC_PUB_REGISTRY}}
88
run: |
89
- HEC_PUB_REGISTRY="${{secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY}}""
+ HEC_PUB_REGISTRY="${{secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY}}"
90
REPO=`echo "${{github.repository}}" | tr '[:upper:]' '[:lower:]'`
91
docker build -t cda:build-latest .
92
docker tag cda:build-latest ghcr.io/${REPO}:$VERSION
0 commit comments