remove debug from docker-buld.yml
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 41s

This commit is contained in:
2025-05-24 18:59:34 +02:00
parent 6a1047668f
commit 0097a9ba9f

View File

@ -16,9 +16,6 @@ jobs:
id: vars
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: |
docker buildx create --use