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 90a9cda commit 805be0cCopy full SHA for 805be0c
1 file changed
.github/workflows/tag_and_publish.yml
@@ -12,7 +12,7 @@ jobs:
12
needs: tag
13
uses: AllenNeuralDynamics/.github/.github/workflows/release-publish-docker-image.yml@main
14
with:
15
- docker-tag: needs.tag.outputs.new_version
+ docker-tag: ${{ needs.tag.outputs.new_version }}
16
secrets:
17
repo-token: ${{ secrets.SERVICE_TOKEN }}
18
0 commit comments