ci: tag dev images only with dev (drop per-commit dev-<sha> tags)

This commit is contained in:
3252a8
2026-05-31 07:59:18 +03:00
parent 3e1f1cb787
commit e4ef52df8b
-1
View File
@@ -93,7 +93,6 @@ jobs:
ghcr.io/3252a8/${{ matrix.image }}
tags: |
type=raw,value=dev,enable=${{ inputs.tag_mode == 'dev' }}
type=sha,prefix=dev-,format=short,enable=${{ inputs.tag_mode == 'dev' }}
type=raw,value=latest,enable=${{ inputs.tag_mode == 'release' }}
type=raw,value=${{ steps.version.outputs.version }},enable=${{ inputs.tag_mode == 'release' }}