File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1616env :
1717 PYTHON_IMAGE_NAME : python-backend
1818 JAVA_IMAGE_NAME : java-backend
19+ PYTHON_ALERTS_IMAGE_NAME : python-alerts-backend
1920 AEROAPI_KEY : dummy
2021 AEROAPPS_VERSION : latest
2122
@@ -41,10 +42,12 @@ jobs:
4142 echo "AEROAPPS_VERSION=$AEROAPPS_VERSION" >> $GITHUB_ENV
4243
4344 docker-compose build --parallel $JAVA_IMAGE_NAME $PYTHON_IMAGE_NAME
45+ docker-compose -f docker-compose-alerts.yml build $PYTHON_ALERTS_IMAGE_NAME
4446
4547 - name : Log into registry
4648 run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ secrets.GHCR_USER }} --password-stdin
4749
4850 - name : Push images
49- run :
51+ run : |
5052 docker-compose push $JAVA_IMAGE_NAME $PYTHON_IMAGE_NAME
53+ docker-compose -f docker-compose-alerts.yml push $PYTHON_ALERTS_IMAGE_NAME
You can’t perform that action at this time.
0 commit comments