Skip to content

Commit 4d2a9e8

Browse files
committed
testing out repo
1 parent 7f698d2 commit 4d2a9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push-form-handler.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
IMAGE_NAME: form-handler
16-
WORKING_DIRECTORY: ./python/form_handler
16+
WORKING_DIRECTORY: ./python
1717
REPO_KEY: af03
1818

1919
jobs:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build Image
4141
working-directory: ${{env.WORKING_DIRECTORY}}
4242
run: |
43-
docker build -t artifacts.developer.gov.bc.ca/${{env.REPO_KEY}}-${{env.IMAGE_NAME}}/${{env.IMAGE_NAME}}:dev .
43+
docker build -t artifacts.developer.gov.bc.ca/${{env.REPO_KEY}}-${{env.IMAGE_NAME}}/${{env.IMAGE_NAME}}:dev -f form_handler/Dockerfile .
4444
4545
- name: Docker Push to Artifactory
4646
run: |

0 commit comments

Comments
 (0)