fix
Some checks failed
Gitea Actions Demo / lint (push) Successful in 24s
Gitea Actions Demo / test (push) Successful in 16s
Gitea Actions Demo / docker (push) Failing after 7s

This commit is contained in:
Ryan Cavicchioni 2025-03-31 21:58:35 -05:00
parent 90b88f4a55
commit 40075005d0
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -73,7 +73,7 @@ jobs:
id: prep
run: |
env | sort
VERSION="sha-${GITHUB_SHA:0:8}"
VERSION=sha-${GITHUB_SHA::8}
echo $VERSION
- name: Docker meta