fix
Some checks failed
Gitea Actions Demo / lint (push) Successful in 2m25s
Gitea Actions Demo / test (push) Successful in 2m8s
Gitea Actions Demo / docker (push) Failing after 8s

This commit is contained in:
Ryan Cavicchioni 2025-03-31 21:00:19 -05:00
parent 48203d9061
commit 9ebca81abc
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -66,7 +66,8 @@ jobs:
- name: Prepare
id: prep
run: |
VERSION="sha-${GITEA_SHA::8}"
SHA="${{ vars.GITEA_SHA }}"
VERSION="${SHA::8}"
echo $VERSION
echo $GITEA_REF