From 781f6ea8b0998ac1c4a1e296b7890750f7fbfd33 Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:21:04 +0000 Subject: [PATCH] feat(release): sync --- .github/workflows/reusable-php-docker-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-php-docker-publish.yaml b/.github/workflows/reusable-php-docker-publish.yaml index 82908a7..26f9e38 100644 --- a/.github/workflows/reusable-php-docker-publish.yaml +++ b/.github/workflows/reusable-php-docker-publish.yaml @@ -87,7 +87,7 @@ jobs: IMAGE_NAME=ghcr.io/$REPOSITORY_OWNER/$PACKAGE_NAME:${{ steps.tags.outputs.tagPrefix }}$(git rev-parse --short HEAD)-$(date +%s) IMAGE_NAME_LATEST=ghcr.io/$REPOSITORY_OWNER/$PACKAGE_NAME:${{ steps.tags.outputs.tagSuffix }} - IMAGE_VERSION=${{ steps.tags.outputs.tagSuffix }} + IMAGE_VERSION=${{ steps.tags.outputs.tagPrefix }} echo "📦 ${IMAGE_NAME} → ${IMAGE_NAME_LATEST}" @@ -121,7 +121,7 @@ jobs: IMAGE_NAME=ghcr.io/$REPOSITORY_OWNER/$package:${{ steps.tags.outputs.tagPrefix }}$(git rev-parse --short HEAD)-$(date +%s) IMAGE_NAME_LATEST=ghcr.io/$REPOSITORY_OWNER/$package:${{ steps.tags.outputs.tagSuffix }} - IMAGE_VERSION=${{ steps.tags.outputs.tagSuffix }} + IMAGE_VERSION=${{ steps.tags.outputs.tagPrefix }} echo "📦 ${IMAGE_NAME} → ${IMAGE_NAME_LATEST}"