diff --git a/.deploy/ghcr.io/compose.yaml b/.deploy/ghcr.io/compose.yaml index f6b41b444..99d28e4b1 100644 --- a/.deploy/ghcr.io/compose.yaml +++ b/.deploy/ghcr.io/compose.yaml @@ -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} diff --git a/.github/workflows/ci:build:image.yml b/.github/workflows/ci:build:image.yml index ab585eb73..f0a244a66 100644 --- a/.github/workflows/ci:build:image.yml +++ b/.github/workflows/ci:build:image.yml @@ -15,7 +15,7 @@ concurrency: env: REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }} + IMAGE_NAME: ${{ github.repository_owner }}/patient-web jobs: