We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711a6e7 commit 8f16c73Copy full SHA for 8f16c73
.github/workflows/build-and-push-docker.yml
@@ -20,7 +20,7 @@ jobs:
20
include:
21
- name: Proposal Review Assistant
22
dockerfile: ./Dockerfile
23
- image: ghcr.io/ls1intum/proposal-review-assistant
+ image: ghcr.io/ls1intum/proposal-review-assistant/app
24
context: .
25
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@feat/minor-build-improvements
26
with:
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
environment: "Production"
docker-compose-file: "./docker/compose.app.yaml"
- main-image-name: ls1intum/proposal-review-assistant
+ main-image-name: ls1intum/proposal-review-assistant/app
image-tag: ${{ inputs.image-tag }}
27
deployment-base-path: "/opt/proposal-review-assistant"
28
secrets: inherit
0 commit comments