fix: attempting to fix tagging issue

This commit is contained in:
2025-07-09 20:59:32 +02:00
parent 371479f21c
commit 74ccfc3d09
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_SUFFIX: ${{ github.ref_name == 'master' && '' || format('-%s', github.ref_name) }}
IMAGE_SUFFIX: "${{ github.ref_name != 'master' && format('-{0}', github.ref_name) || '' }}"
jobs:
lint: