Skip to content

Commit

Permalink
fix: docker file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Oct 12, 2024
1 parent ec70198 commit 8d72da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
context: cloud/backend
dockerfile: cloud/backend/alert-management/src/main/docker/Dockerfile.multistage
file: cloud/backend/alert-management/src/main/docker/Dockerfile.multistage
tags: ghcr.io/${{ steps.downcase.outputs.downcase }}/alert-management:${{ github.sha }}, ghcr.io/${{ steps.downcase.outputs.downcase }}/alert-management:${{ github.ref_name }}

2 changes: 1 addition & 1 deletion .github/workflows/docker-build-patient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
context: cloud/backend
dockerfile: cloud/backend/patient-management/src/main/docker/Dockerfile.multistage
file: cloud/backend/patient-management/src/main/docker/Dockerfile.multistage
tags: ghcr.io/${{ steps.downcase.outputs.downcase }}/alert-management:${{ github.sha }}, ghcr.io/${{ steps.downcase.outputs.downcase }}/alert-management:${{ github.ref_name }}

0 comments on commit 8d72da6

Please sign in to comment.