fix empty tag and enable debug on docker-buld.yml

This commit is contained in:
2025-05-24 18:57:15 +02:00
parent ca548dbd84
commit 6a1047668f

View File

@ -14,7 +14,10 @@ jobs:
- name: Extract short SHA
id: vars
run: echo "SHORT_SHA=$(echo $GITEA_SHA | cut -c1-7)" >> $GITEA_OUTPUT
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITEA_OUTPUT
- name: Debug SHA
run: echo "Tag: ${{ steps.vars.outputs.SHORT_SHA }}"
- name: Set up Docker Buildx
run: |