Skip to content

Commit 1f6521d

Browse files
authored
Update main.yml
1 parent d13d28d commit 1f6521d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Push docker images (for branch)
107107
if: startsWith(github.event.ref, 'refs/heads')
108108
run: |
109-
CI_BRANCH=$(git rev-parse --abbrev-ref HEAD)
109+
CI_BRANCH=${GITHUB_REF##*/}
110110
NORMALIZED_CI_BRANCH=${CI_BRANCH//[\/-]/_}
111111
docker tag \
112112
scalableminds/webknossos-cuber:$GITHUB_SHA \

0 commit comments

Comments
 (0)