Skip to content

Commit 6d4b92c

Browse files
committed
Modification de la logique de préfixe de tag pour inclure un tiret dans le workflow de publication Docker
1 parent 8444ca9 commit 6d4b92c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
PHP_VERSION=${{ matrix.minor }}
186186
PHP_VARIATION=${{ matrix.php_variation }}
187187
REPOSITORY_BUILD_VERSION=${{ env.REPOSITORY_BUILD_VERSION }}
188-
TAG_PREFIX=${{ inputs.prepend-tag-to-php-version && inputs.tag-prefix || '' }}
188+
TAG_PREFIX=${{ (inputs.prepend-tag-to-php-version && inputs.tag-prefix) && format('{0}-', inputs.tag-prefix) || '' }}
189189
platforms: linux/amd64,linux/arm64
190190
pull: true
191191
push: ${{ inputs.push-to-registry }}

0 commit comments

Comments
 (0)