diff --git a/.github/workflows/dev-frontend-image-build.yaml b/.github/workflows/dev-frontend-image-build.yaml index 42e71527..33e51c51 100644 --- a/.github/workflows/dev-frontend-image-build.yaml +++ b/.github/workflows/dev-frontend-image-build.yaml @@ -37,7 +37,7 @@ jobs: # Build the GRS DATS Image - name: Build GRS DATS Frontend Image run: | - docker build -t image-registry.apps.silver.devops.gov.bc.ca/ede50e-tools/citz-grs-dats-frontend:blah -f frontend/Dockerfile.prod . + cd frontend && docker build -t image-registry.apps.silver.devops.gov.bc.ca/ede50e-tools/citz-grs-dats-frontend:blah -f Dockerfile.prod . # Push the GRS DATS API Image to Artifactory - name: Push the CoCo Frontend Image to Artifactory