Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 88ae25d

Browse files
authored
Merge pull request #30 from sudo-bmitch/pr-fix-gha-prepare
Fix: Fix missing variable for GHA prepare step
2 parents 2451369 + 0d7bbba commit 88ae25d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
MAJOR=${MINOR%.*}
4141
TAGS="${TAGS},${HUB_IMAGE}:${MINOR},${HUB_IMAGE}:${MAJOR},${HUB_IMAGE}:latest,${GHCR_IMAGE}:${MINOR},${GHCR_IMAGE}:${MAJOR},${GHCR_IMAGE}:latest"
4242
fi
43+
VCS_SEC="$(git log -1 --format=%ct)"
4344
VCS_DATE="$(date -d "@${VCS_SEC}" +%Y-%m-%dT%H:%M:%SZ --utc)"
4445
echo "version=${VERSION}" >>$GITHUB_OUTPUT
4546
echo "tags=${TAGS}" >>$GITHUB_OUTPUT

0 commit comments

Comments
 (0)