From 48203d906103451ee2b3a0bb46c1416d4295f2e8 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 31 Mar 2025 20:47:09 -0500 Subject: [PATCH] fix --- .gitea/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4756f9a..525582e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -63,6 +63,13 @@ jobs: with: fetch-depth: 0 # all history for all branches and tags + - name: Prepare + id: prep + run: | + VERSION="sha-${GITEA_SHA::8}" + echo $VERSION + echo $GITEA_REF + - name: Docker meta id: meta uses: docker/metadata-action@v5