Skip to content

Commit 8652bee

Browse files
authored
fix: fixes reusable workflow name (#9)
1 parent 90affd0 commit 8652bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
repo-token: ${{ secrets.SERVICE_TOKEN }}
1111
publish_image:
1212
needs: tag
13-
uses: AllenNeuralDynamics/.github/.github/workflows/publish-docker-image.yml@main
13+
uses: AllenNeuralDynamics/.github/.github/workflows/release-publish-docker-image.yml@main
1414
with:
1515
docker-tag: needs.tag.outputs.new_version
1616
secrets:

0 commit comments

Comments
 (0)