Skip to content

Commit 8f16c73

Browse files
fix: Update image name for Proposal Review Assistant in workflows
1 parent 711a6e7 commit 8f16c73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
- name: Proposal Review Assistant
2222
dockerfile: ./Dockerfile
23-
image: ghcr.io/ls1intum/proposal-review-assistant
23+
image: ghcr.io/ls1intum/proposal-review-assistant/app
2424
context: .
2525
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@feat/minor-build-improvements
2626
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
environment: "Production"
2424
docker-compose-file: "./docker/compose.app.yaml"
25-
main-image-name: ls1intum/proposal-review-assistant
25+
main-image-name: ls1intum/proposal-review-assistant/app
2626
image-tag: ${{ inputs.image-tag }}
2727
deployment-base-path: "/opt/proposal-review-assistant"
2828
secrets: inherit

0 commit comments

Comments
 (0)