Skip to content

Commit

Permalink
Fix dockerfile paths
Browse files Browse the repository at this point in the history
  • Loading branch information
BronzBierd committed Dec 18, 2024
1 parent 576b2a9 commit 00ec16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:
GITOPS_LICENCE_PLATE: b3c707
ARTIFACTORY_REPO: artifacts.developer.gov.bc.ca
ARTIFACTORY_IMAGE_PATH: sbc3-images
BUILD_DOCKERFILE: api/Dockerfile.release
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -42,7 +41,7 @@ jobs:
artifactory_password: ${{ secrets.ARTIFACTORY_PASSWORD }}
artifactory_repo: ${{ env.ARTIFACTORY_REPO }}
artifactory_image_path: ${{ env.ARTIFACTORY_IMAGE_PATH }}
build_dockerfile: ${{ env.BUILD_DOCKERFILE }}
build_dockerfile: ./docker/api/Dockerfile.release

- name: Update ArgoCD Repo
id: update_argo_repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
artifactory_password: ${{ secrets.ARTIFACTORY_PASSWORD }}
artifactory_repo: ${{ env.ARTIFACTORY_REPO }}
artifactory_image_path: ${{ env.ARTIFACTORY_IMAGE_PATH }}
build_dockerfile: web/Dockerfile.release
build_dockerfile: ./docker/web/Dockerfile.release
docker_build_args: |
WEB_BASE_HREF=${{ env.WEB_BASE_HREF }}
NGINX_RUNTIME_SRC='../../docker/nginx-runtime'
Expand Down

0 comments on commit 00ec16c

Please sign in to comment.