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 d13d28d commit 1f6521dCopy full SHA for 1f6521d
.github/workflows/main.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: Push docker images (for branch)
107
if: startsWith(github.event.ref, 'refs/heads')
108
run: |
109
- CI_BRANCH=$(git rev-parse --abbrev-ref HEAD)
+ CI_BRANCH=${GITHUB_REF##*/}
110
NORMALIZED_CI_BRANCH=${CI_BRANCH//[\/-]/_}
111
docker tag \
112
scalableminds/webknossos-cuber:$GITHUB_SHA \
0 commit comments