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