Skip to content

Commit 72d64a0

Browse files
fix: Update main image name for proxy deployment in workflow
1 parent 8f16c73 commit 72d64a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
environment: "Production"
3535
docker-compose-file: "./docker/compose.proxy.yaml"
3636
# We just keep the main-image-name and image-tag as placeholders
37-
main-image-name: ls1intum/proposal-review-assistant
37+
main-image-name: ls1intum/proposal-review-assistant/app
3838
image-tag: ${{ inputs.image-tag }}
3939
deployment-base-path: "/opt/proxy"
4040
secrets: inherit

0 commit comments

Comments
 (0)