We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81d35ce + dd437bc commit 0627b60Copy full SHA for 0627b60
.github/actions/docker-publish-action/action.yml
@@ -52,7 +52,7 @@ runs:
52
push: true
53
file: Dockerfile
54
tags: |
55
- ${{ inputs.image_name }}:cuda${{ steps.trimCudaVersion.outputs.string }}-latest${{ inputs.branch == "main" && '' || join('-', inputs.branch) }}
+ ${{ inputs.image_name }}:cuda${{ steps.trimCudaVersion.outputs.string }}-latest${{ inputs.branch == 'main' && '' || join('-', inputs.branch) }}
56
${{ inputs.image_name }}:cuda${{ steps.trimCudaVersion.outputs.string }}-${{ steps.trimCommitSha.outputs.string }}
57
labels: ${{ steps.meta.outputs.labels }}
58
build-args: |
0 commit comments