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
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:
@@ -185,8 +185,8 @@ jobs:
|
|||||||
file: ./api/Dockerfile.prod
|
file: ./api/Dockerfile.prod
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.REGISTRY }}/${{ github.repository_owner }}/api:${{ github.ref_name }}
|
${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/reactbin-api:${{ github.ref_name }}
|
||||||
${{ vars.REGISTRY }}/${{ github.repository_owner }}/api:latest
|
${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/reactbin-api:latest
|
||||||
|
|
||||||
build-ui:
|
build-ui:
|
||||||
name: Build & Push UI Image
|
name: Build & Push UI Image
|
||||||
@@ -210,5 +210,5 @@ jobs:
|
|||||||
file: ./ui/Dockerfile.prod
|
file: ./ui/Dockerfile.prod
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.REGISTRY }}/${{ github.repository_owner }}/ui:${{ github.ref_name }}
|
${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/reactbin-ui:${{ github.ref_name }}
|
||||||
${{ vars.REGISTRY }}/${{ github.repository_owner }}/ui:latest
|
${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/reactbin-ui:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user