Skip to content

Commit c4eda88

Browse files
committed
updated writer
1 parent 4d2a9e8 commit c4eda88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-push-writer.yaml

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

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

1919
jobs:
@@ -36,11 +36,11 @@ jobs:
3636
run: |
3737
echo "::set-output name=SHORT_SHA::$(git rev-parse --short HEAD)"
3838
echo "Short SHA: $SHORT_SHA"
39-
39+
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 writer/Dockerfile .
4444
4545
- name: Docker Push to Artifactory
4646
run: |

0 commit comments

Comments
 (0)