File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 mv memgraph_*.deb ${{ env.MG_PACKAGE_PATH }}
167167 ./scripts/docker_image_mage.sh build --no-ml
168168 env :
169- MAGE_IMAGE_NAME : ${{ env.MAGE_NO_ML_IMAGE }}
169+ MAGE_IMAGE : ${{ env.MAGE_NO_ML_IMAGE }}
170170 MAGE_TAR : ${{ env.MAGE_NO_ML_TAR }}
171171 CLEANUP : " true"
172172
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 mv memgraph_*.deb ${{ env.MG_PACKAGE_PATH }}
173173 ./scripts/docker_image_mage.sh build --no-ml
174174 env :
175- MAGE_IMAGE_NAME : ${{ env.MAGE_NO_ML_IMAGE }}
175+ MAGE_IMAGE : ${{ env.MAGE_NO_ML_IMAGE }}
176176 MAGE_TAR : ${{ env.MAGE_NO_ML_TAR }}
177177 CLEANUP : " true"
178178
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ build() {
5353 mage_tar=" $MAGE_TAR .tar.gz"
5454 fi
5555 docker save $MAGE_IMAGE | gzip -f > " $DIR /dist/docker/$mage_tar "
56-
56+
5757 if [[ " $CLEANUP " == " true" ]]; then
5858 docker image rm $MAGE_IMAGE
5959 fi
You can’t perform that action at this time.
0 commit comments