Update .gitea/workflows/test.yml
Some checks failed
Setup testing environment and test the code / build (push) Failing after 22s
Some checks failed
Setup testing environment and test the code / build (push) Failing after 22s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user