Skip to content

Commit af5044b

Browse files
committed
Update Docker image tagging logic in CI workflow to conditionally use NUGETVER based on input
1 parent 390160d commit af5044b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
with:
430430
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
431431
tags: |
432-
type=raw,value=${{ env.MAJORMINORPATCH }}
432+
type=raw,value=${{ inputs.ga == 'true' && env.MAJORMINORPATCH || env.NUGETVER }}
433433
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
434434
435435
- name: Build and push Docker image

0 commit comments

Comments
 (0)