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