Skip to content

Commit e7ee8b9

Browse files
authored
fix: fixes bash command line (#345)
1 parent d09fb0b commit e7ee8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
1818
echo "branch=$(echo ${GITHUB_REF_NAME})" >> "$GITHUB_ENV"
19-
echo "docker_tag=$(echo ${GITHUB_REF_NAME})-$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
19+
echo "docker_tag=$(echo ${GITHUB_REF_NAME})-$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_OUTPUT"
2020
publish-image:
2121
needs: compute-docker-tag
2222
uses: AllenNeuralDynamics/.github/.github/workflows/release-publish-docker-image.yml@main

0 commit comments

Comments
 (0)