File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,14 +62,15 @@ jobs:
6262 strategy :
6363 fail-fast : false
6464 matrix :
65+ # image must be bare (no registry prefix) — the reusable workflow below prepends it.
6566 include :
6667 - name : Webapp
6768 dockerfile : ./standalone/webapp/Dockerfile
68- image : ghcr.io/ ls1intum/apollon/webapp
69+ image : ls1intum/apollon/webapp
6970 context : .
7071 - name : Server
7172 dockerfile : ./standalone/server/Dockerfile
72- image : ghcr.io/ ls1intum/apollon/server
73+ image : ls1intum/apollon/server
7374 context : .
7475 uses : ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@c8ede985ff7999c28d7538cb32ae52bfb83f51b9 # main
7576 with :
Original file line number Diff line number Diff line change 5151 with :
5252 environment : Production
5353 docker-compose-file : " ./docker/compose.db.yml"
54- main-image-name : ghcr.io/ ls1intum/apollon/server
54+ main-image-name : ls1intum/apollon/server
5555 image-tag : ${{ inputs.image-tag }}
5656 deployment-base-path : " /opt/apollon/db"
5757 secrets : inherit
6262 with :
6363 environment : Production
6464 docker-compose-file : " ./docker/compose.proxy.yml"
65- main-image-name : ghcr.io/ ls1intum/apollon/server
65+ main-image-name : ls1intum/apollon/server
6666 image-tag : ${{ inputs.image-tag }}
6767 deployment-base-path : " /opt/apollon/proxy"
6868 secrets : inherit
7373 with :
7474 environment : Production
7575 docker-compose-file : " ./docker/compose.app.yml"
76- main-image-name : ghcr.io/ ls1intum/apollon/server
76+ main-image-name : ls1intum/apollon/server
7777 image-tag : ${{ inputs.image-tag }}
7878 deployment-base-path : " /opt/apollon/app"
7979 secrets : inherit
Original file line number Diff line number Diff line change 5151 with :
5252 environment : Staging
5353 docker-compose-file : " ./docker/compose.db.yml"
54- main-image-name : ghcr.io/ ls1intum/apollon/server
54+ main-image-name : ls1intum/apollon/server
5555 image-tag : ${{ inputs.image-tag }}
5656 deployment-base-path : " /opt/apollon/db"
5757 secrets : inherit
6262 with :
6363 environment : Staging
6464 docker-compose-file : " ./docker/compose.proxy.yml"
65- main-image-name : ghcr.io/ ls1intum/apollon/server
65+ main-image-name : ls1intum/apollon/server
6666 image-tag : ${{ inputs.image-tag }}
6767 deployment-base-path : " /opt/apollon/proxy"
6868 secrets : inherit
7373 with :
7474 environment : Staging
7575 docker-compose-file : " ./docker/compose.app.yml"
76- main-image-name : ghcr.io/ ls1intum/apollon/server
76+ main-image-name : ls1intum/apollon/server
7777 image-tag : ${{ inputs.image-tag }}
7878 deployment-base-path : " /opt/apollon/app"
7979 secrets : inherit
You can’t perform that action at this time.
0 commit comments