fix
Some checks failed
Gitea Actions Demo / lint (push) Successful in 3m55s
Gitea Actions Demo / test (push) Successful in 2m24s
Gitea Actions Demo / docker (push) Failing after 12s

This commit is contained in:
Ryan Cavicchioni 2025-03-31 20:47:09 -05:00
parent 86976d9036
commit 48203d9061
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -63,6 +63,13 @@ jobs:
with:
fetch-depth: 0 # all history for all branches and tags
- name: Prepare
id: prep
run: |
VERSION="sha-${GITEA_SHA::8}"
echo $VERSION
echo $GITEA_REF
- name: Docker meta
id: meta
uses: docker/metadata-action@v5