Skip to content

Commit f710b20

Browse files
authored
ci: another docker fix (#8)
Signed-off-by: Christopher Reid <creid@nvidia.com>
1 parent 8f5a7e0 commit f710b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
publish-docker:
5252
name: Publish Docker
53-
needs: [e2e]
53+
needs: [e2e, determine-version]
5454
uses: ./.github/workflows/_docker-publish.yaml
5555
with:
5656
version: ${{ needs.determine-version.outputs.version }}

0 commit comments

Comments
 (0)