Skip to content

Commit 5e52669

Browse files
committed
Change tag logic
1 parent af5044b commit 5e52669

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=${{ inputs.ga == 'true' && env.MAJORMINORPATCH || env.NUGETVER }}
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)