From ebe95f6e3047dd6fe38c2d9c9e71f24662bffcb1 Mon Sep 17 00:00:00 2001 From: Almsss Date: Sun, 5 Apr 2026 11:57:27 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 0fa1780..55322d3 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -8,9 +8,6 @@ on: jobs: build: runs-on: ubuntu-latest - env: - REGISTRY: git.chatenium.hu - IMAGE_NAME: chatenium/api services: mongodb: @@ -26,8 +23,8 @@ jobs: api: image: git.chatenium.hu/chatenium/api:latest credentials: - username: ${{ secrets.REGISTRY_USER }} - password: ${{ secrets.REGISTRY_PASS }} + username: ${{ secrets.REPO_USER }} + password: ${{ secrets.REPO_PASS }} ports: - 3000:3000 env: @@ -38,8 +35,8 @@ jobs: cdn: image: git.chatenium.hu/chatenium/cdn:latest credentials: - username: ${{ secrets.REGISTRY_USER }} - password: ${{ secrets.REGISTRY_PASS }} + username: ${{ secrets.REPO_USER }} + password: ${{ secrets.REPO_PASS }} ports: - 4000:4000 env: