fix
Some checks failed
Gitea Actions Demo / lint (push) Successful in 52s
Gitea Actions Demo / test (push) Successful in 33s
Gitea Actions Demo / docker (push) Has been cancelled

This commit is contained in:
Ryan Cavicchioni 2025-04-01 13:36:14 -05:00
parent de2354f789
commit 76645b8f5a
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU

View File

@ -65,7 +65,7 @@ jobs:
DOCKER_LATEST: latest
defaults:
run:
shell: /bin/bash
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
@ -74,7 +74,6 @@ jobs:
- name: Prepare
id: prep
shell: bash
run: |
VERSION=sha-${GITHUB_SHA::8}
echo $VERSION