Update .gitea/workflows/test.yml
Some checks failed
Setup testing environment and test the code / build (push) Failing after 22s

This commit is contained in:
2026-04-05 11:58:59 +02:00
parent ebe95f6e30
commit 49e0d856d5

View File

@@ -24,7 +24,7 @@ jobs:
image: git.chatenium.hu/chatenium/api:latest
credentials:
username: ${{ secrets.REPO_USER }}
password: ${{ secrets.REPO_PASS }}
password: ${{ secrets.REPO_TOKEN }}
ports:
- 3000:3000
env:
@@ -36,7 +36,7 @@ jobs:
image: git.chatenium.hu/chatenium/cdn:latest
credentials:
username: ${{ secrets.REPO_USER }}
password: ${{ secrets.REPO_PASS }}
password: ${{ secrets.REPO_TOKEN }}
ports:
- 4000:4000
env: