Skip to content

Commit 36e6ca4

Browse files
author
jjstratton
committed
updated actions
1 parent 9a1bde4 commit 36e6ca4

File tree

5 files changed

+11
-112
lines changed

5 files changed

+11
-112
lines changed

.github/workflows/dev-efiling-admin-build-4.yml renamed to .github/workflows/dev-efiling-admin-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [artifactory]
88
paths:
99
- "src/frontend/efiling-demo/**"
10-
- ".github/workflows/dev-efiling-admin-build-4.yml"
10+
- ".github/workflows/dev-efiling-admin-build.yaml"
1111
workflow_dispatch:
1212

1313
jobs:
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Build Image
2727
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
3030
3131
- name: Docker Push to Artifactory
3232
run: |

.github/workflows/dev-efiling-api-build-4.yaml renamed to .github/workflows/dev-efiling-api-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [artifactory]
88
paths:
99
- "src/backend/**"
10-
- ".github/workflows/dev-efiling-api-build-4.yaml"
10+
- ".github/workflows/dev-efiling-api-build.yaml"
1111
workflow_dispatch:
1212

1313
jobs:
@@ -26,9 +26,9 @@ jobs:
2626

2727
- name: Build Image
2828
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
3131
3232
- name: Docker Push to Artifactory
3333
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

.github/workflows/dev-efiling-api-dl-build-4.yaml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/dev-efiling-frontend-build-4.yaml renamed to .github/workflows/dev-efiling-frontend-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [artifactory]
66
paths:
77
- "src/frontend/efiling-frontend/**"
8-
- ".github/workflows/dev-efiling-frontend-build-4.yaml"
8+
- ".github/workflows/dev-efiling-frontend-build.yaml"
99
workflow_dispatch:
1010

1111
jobs:
@@ -24,9 +24,9 @@ jobs:
2424

2525
- name: Build Image
2626
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
2929
3030
- name: Docker Push to Artifactory
3131
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

.github/workflows/promote.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)