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