From ed98957dfe766cf5646b59386492b68870a5731c Mon Sep 17 00:00:00 2001 From: agatha Date: Sun, 10 May 2026 18:22:48 -0400 Subject: [PATCH] CI: Update pipeline --- .gitea/workflows/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 234776d..af8c25c 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -185,8 +185,8 @@ jobs: file: ./api/Dockerfile.prod push: true tags: | - ${{ vars.REGISTRY }}/${{ github.repository_owner }}/api:${{ github.ref_name }} - ${{ vars.REGISTRY }}/${{ github.repository_owner }}/api:latest + ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/reactbin-api:${{ github.ref_name }} + ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/reactbin-api:latest build-ui: name: Build & Push UI Image @@ -210,5 +210,5 @@ jobs: file: ./ui/Dockerfile.prod push: true tags: | - ${{ vars.REGISTRY }}/${{ github.repository_owner }}/ui:${{ github.ref_name }} - ${{ vars.REGISTRY }}/${{ github.repository_owner }}/ui:latest + ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/reactbin-ui:${{ github.ref_name }} + ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/reactbin-ui:latest