diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index df59f79..d9dfc3d 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -24,7 +24,9 @@ jobs: - name: Export short commit SHA id: vars shell: bash - run: echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT" + run: | + echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT" + echo "sha: ${{ steps.vars.outputs.short_sha }}" - name: Build and Push Multi-Arch Image uses: https://git.ivanch.me/ivanch/pipeline-actions/build-and-push@main