From faaaa9c68687311d58debe905e9ac033261dc28d Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:53:30 +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 26f9e38..0c878b1 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.tagPrefix }} + IMAGE_VERSION=${{ steps.tags.outputs.tagPrefix }}$(git rev-parse --short HEAD)-$(date +%s) 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.tagPrefix }} + IMAGE_VERSION=${{ steps.tags.outputs.tagPrefix }}$(git rev-parse --short HEAD)-$(date +%s) echo "📦 ${IMAGE_NAME} → ${IMAGE_NAME_LATEST}"