fix
All checks were successful
Gitea Actions Demo / lint (push) Successful in 26s
Gitea Actions Demo / test (push) Successful in 15s
Gitea Actions Demo / docker (push) Successful in 1m47s

This commit is contained in:
Ryan Cavicchioni 2025-04-01 13:50:08 -05:00
parent 5796e1f0ae
commit 1608929f01
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU

View File

@ -76,6 +76,11 @@ jobs:
id: prep
run: |
VERSION="sha-${GITHUB_SHA::8}"
if [[ "$GITHUB_REF" == refs/tags/* ]]; then
VERSION="${GITHUB_REF/refs\/tags\//}"
fi
echo $GITHUB_SHA
echo $GITHUB_REF
echo $VERSION
- name: Docker meta