fix(ci): setup tinygo
All checks were successful
Build and Push Server / build-and-push (push) Successful in 3m13s
All checks were successful
Build and Push Server / build-and-push (push) Successful in 3m13s
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user