From 3897d0e3f11953f477a6544d5a51a8816d30f89e Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 31 Mar 2025 22:05:36 -0500 Subject: [PATCH] fix --- .gitea/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ad0bbf2..ea5a1b2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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