Skip to content

Commit

Permalink
fix: image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Oct 12, 2024
1 parent 72613c7 commit e3911b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-patient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
push: true
context: cloud/backend
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 }}
tags: ghcr.io/${{ steps.downcase.outputs.downcase }}/patient-management:${{ github.sha }}, ghcr.io/${{ steps.downcase.outputs.downcase }}/patient-management:${{ github.ref_name }}

0 comments on commit e3911b5

Please sign in to comment.