fix
Some checks failed
Gitea Actions Demo / lint (push) Failing after 0s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / docker (push) Has been skipped

This commit is contained in:
Ryan Cavicchioni 2025-03-31 21:48:43 -05:00
parent 0615729a80
commit 32b6350ad2
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

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