fix
All checks were successful
Gitea Actions Demo / lint (push) Successful in 46s
Gitea Actions Demo / test (push) Successful in 28s
Gitea Actions Demo / docker (push) Successful in 2m29s

This commit is contained in:
Ryan Cavicchioni 2025-03-31 22:05:36 -05:00
parent 40075005d0
commit 3897d0e3f1
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -63,6 +63,9 @@ jobs:
env:
DOCKER_ORG: ryanc
DOCKER_LATEST: latest
defaults:
run:
shell: /bin/bash
steps:
- name: Checkout
uses: actions/checkout@v4
@ -72,7 +75,6 @@ jobs:
- name: Prepare
id: prep
run: |
env | sort
VERSION=sha-${GITHUB_SHA::8}
echo $VERSION