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 d09fb0b commit e7ee8b9Copy full SHA for e7ee8b9
.github/workflows/publish_dev.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
18
echo "branch=$(echo ${GITHUB_REF_NAME})" >> "$GITHUB_ENV"
19
- echo "docker_tag=$(echo ${GITHUB_REF_NAME})-$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
+ echo "docker_tag=$(echo ${GITHUB_REF_NAME})-$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_OUTPUT"
20
publish-image:
21
needs: compute-docker-tag
22
uses: AllenNeuralDynamics/.github/.github/workflows/release-publish-docker-image.yml@main
0 commit comments