- checkout submodules for login server
- run docker build for community server in main folder
This commit is contained in:
Ulf Gebhardt 2021-04-16 16:18:09 +02:00
parent cf575ba626
commit ef70f1bfef
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -56,6 +56,8 @@ jobs:
##########################################################################
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
##########################################################################
# SET ENVS ###############################################################
##########################################################################
@ -109,7 +111,7 @@ jobs:
##########################################################################
- name: Community Server | Build `production` image
run: |
docker build -t "gradido/community_server:latest" -t "gradido/community_server:production" -t "gradido/community_server:${VERSION}" -t "gradido/community_server:${BUILD_VERSION}" community_server/
docker build -t "gradido/community_server:latest" -t "gradido/community_server:production" -t "gradido/community_server:${VERSION}" -t "gradido/community_server:${BUILD_VERSION}" -f ./community_server/Dockerfile ./
docker save "gradido/community_server" > /tmp/community_server.tar
- name: Upload Artifact
uses: actions/upload-artifact@v2