fix(ci): setup tinygo
Some checks failed
Build and Push Server / build-and-push (push) Failing after 9m14s

This commit is contained in:
Max Richter
2025-10-11 13:18:55 +02:00
parent 3395785565
commit 77bad7401e

View File

@@ -53,6 +53,14 @@ jobs:
mv ./playground/build ./server/playground
echo "Move complete."
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v2
with: # replace it with your local IP
config-inline: |
[registry."git.max-richter.dev"]
https = true
insecure = false
# Step 7: Log in to the Gitea container registry.
# You need to create a repository secret named GITEA_TOKEN with an access token.
- name: Login to Gitea Registry
@@ -60,7 +68,7 @@ jobs:
with:
registry: ${{ gitea.instance }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
# Step 8: Get the short commit SHA to use as an image tag.
- name: Get short commit hash