File tree Expand file tree Collapse file tree 5 files changed +11
-112
lines changed Expand file tree Collapse file tree 5 files changed +11
-112
lines changed Original file line number Diff line number Diff line change 7
7
branches : [artifactory]
8
8
paths :
9
9
- " src/frontend/efiling-demo/**"
10
- - " .github/workflows/dev-efiling-admin-build-4.yml "
10
+ - " .github/workflows/dev-efiling-admin-build.yaml "
11
11
workflow_dispatch :
12
12
13
13
jobs :
25
25
26
26
- name : Build Image
27
27
run : |
28
- docker- compose build efiling-demo
29
- docker tag jag-file-submission_efiling- demo artifacts.developer.gov.bc.ca/efc7-efiling-repo /efiling-admin:dev
28
+ docker compose build efiling-demo
29
+ docker tag jag-file-submission-efiling- demo artifacts.developer.gov.bc.ca/efc7-efiling-admin /efiling-admin:dev
30
30
31
31
- name : Docker Push to Artifactory
32
32
run : |
Original file line number Diff line number Diff line change 7
7
branches : [artifactory]
8
8
paths :
9
9
- " src/backend/**"
10
- - " .github/workflows/dev-efiling-api-build-4 .yaml"
10
+ - " .github/workflows/dev-efiling-api-build.yaml"
11
11
workflow_dispatch :
12
12
13
13
jobs :
26
26
27
27
- name : Build Image
28
28
run : |
29
- docker- compose build efiling-api
30
- docker tag jag-file-submission_efiling- api artifacts.developer.gov.bc.ca/efc7-efiling-repo /efiling-api:dev
29
+ docker compose build efiling-api
30
+ docker tag jag-file-submission-efiling- api artifacts.developer.gov.bc.ca/efc7-efiling-api /efiling-api:dev
31
31
32
32
- name : Docker Push to Artifactory
33
33
run : |
34
- docker push artifacts.developer.gov.bc.ca/efc7-efiling-repo /efiling-api:dev
34
+ docker push artifacts.developer.gov.bc.ca/efc7-efiling-api /efiling-api:dev
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
branches : [artifactory]
6
6
paths :
7
7
- " src/frontend/efiling-frontend/**"
8
- - " .github/workflows/dev-efiling-frontend-build-4 .yaml"
8
+ - " .github/workflows/dev-efiling-frontend-build.yaml"
9
9
workflow_dispatch :
10
10
11
11
jobs :
24
24
25
25
- name : Build Image
26
26
run : |
27
- docker- compose build efiling-frontend
28
- docker tag jag-file-submission_efiling- frontend artifacts.developer.gov.bc.ca/efc7-efiling-repo /efiling-frontend:dev
27
+ docker compose build efiling-frontend
28
+ docker tag jag-file-submission-efiling- frontend artifacts.developer.gov.bc.ca/efc7-efiling-frontend /efiling-frontend:dev
29
29
30
30
- name : Docker Push to Artifactory
31
31
run : |
32
- docker push artifacts.developer.gov.bc.ca/efc7-efiling-repo /efiling-frontend:dev
32
+ docker push artifacts.developer.gov.bc.ca/efc7-efiling-frontend /efiling-frontend:dev
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments