CI: Update pipeline
Some checks failed
Pipeline / UI Lint (push) Failing after 2m2s
Pipeline / API Unit Tests (push) Failing after 8s
Pipeline / API Lint (push) Failing after 2s
Pipeline / API Integration Tests (push) Failing after 8s
Pipeline / UI Tests (push) Successful in 5m53s
Pipeline / Build & Push API Image (push) Has been skipped
Pipeline / Build & Push UI Image (push) Has been skipped

This commit is contained in:
2026-05-10 18:22:48 -04:00
parent c0f7954fee
commit ed98957dfe

View File

@@ -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