File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787
8888 IMAGE_NAME=ghcr.io/$REPOSITORY_OWNER/$PACKAGE_NAME:${{ steps.tags.outputs.tagPrefix }}$(git rev-parse --short HEAD)-$(date +%s)
8989 IMAGE_NAME_LATEST=ghcr.io/$REPOSITORY_OWNER/$PACKAGE_NAME:${{ steps.tags.outputs.tagSuffix }}
90- IMAGE_VERSION=${{ steps.tags.outputs.tagPrefix }}
90+ IMAGE_VERSION=${{ steps.tags.outputs.tagPrefix }}$(git rev-parse --short HEAD)-$(date +%s)
9191
9292 echo "📦 ${IMAGE_NAME} → ${IMAGE_NAME_LATEST}"
9393
@@ -121,7 +121,7 @@ jobs:
121121
122122 IMAGE_NAME=ghcr.io/$REPOSITORY_OWNER/$package:${{ steps.tags.outputs.tagPrefix }}$(git rev-parse --short HEAD)-$(date +%s)
123123 IMAGE_NAME_LATEST=ghcr.io/$REPOSITORY_OWNER/$package:${{ steps.tags.outputs.tagSuffix }}
124- IMAGE_VERSION=${{ steps.tags.outputs.tagPrefix }}
124+ IMAGE_VERSION=${{ steps.tags.outputs.tagPrefix }}$(git rev-parse --short HEAD)-$(date +%s)
125125
126126 echo "📦 ${IMAGE_NAME} → ${IMAGE_NAME_LATEST}"
127127
You can’t perform that action at this time.
0 commit comments