Skip to content

Commit

Permalink
🏗️ config(cd): Rename server image to patient-web.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 2, 2025
1 parent 9fb3c76 commit ec1bfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .deploy/ghcr.io/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
patient-web:
build: !reset null
image: ghcr.io/infoderm/patients:${IMAGE_TAG}
image: ghcr.io/infoderm/patient-web:${IMAGE_TAG}
2 changes: 1 addition & 1 deletion .github/workflows/ci:build:image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository_owner }}/patient-web

jobs:

Expand Down

0 comments on commit ec1bfcc

Please sign in to comment.