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

This commit is contained in:
Max Richter
2025-10-11 13:29:49 +02:00
parent 77bad7401e
commit 3789522abc

View File

@@ -66,7 +66,7 @@ jobs:
- name: Login to Gitea Registry - name: Login to Gitea Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ gitea.instance }} registry: git.max-richter.dev
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}