fix(ci): setup tinygo
All checks were successful
Build and Push Server / build-and-push (push) Successful in 3m13s

This commit is contained in:
Max Richter
2025-10-11 13:37:25 +02:00
parent 22a6c43d1f
commit bff86b8af8

View File

@@ -73,7 +73,7 @@ jobs:
# Step 8: Get the short commit SHA to use as an image tag.
- name: Get short commit hash
id: commit
run: echo "sha_short=$(echo ${{ gitea.commit_sha }} | cut -c1-7)" >> $GITEA_OUTPUT
run: echo "sha_short=$(echo ${{ gitea.sha }} | cut -c1-7)" >> $GITEA_OUTPUT
# Step 9: Build the Docker image and push it to the Gitea registry.
# The image is tagged with 'latest' and the short commit SHA.