Skip to content

Commit

Permalink
Fix mage no ml image name
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Dec 1, 2023
1 parent aa4c953 commit 7e44a58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-builds-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
mv memgraph_*.deb ${{ env.MG_PACKAGE_PATH }}
./scripts/docker_image_mage.sh build --no-ml
env:
MAGE_IMAGE_NAME: ${{ env.MAGE_NO_ML_IMAGE }}
MAGE_IMAGE: ${{ env.MAGE_NO_ML_IMAGE }}
MAGE_TAR: ${{ env.MAGE_NO_ML_TAR }}
CLEANUP: "true"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-builds-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
mv memgraph_*.deb ${{ env.MG_PACKAGE_PATH }}
./scripts/docker_image_mage.sh build --no-ml
env:
MAGE_IMAGE_NAME: ${{ env.MAGE_NO_ML_IMAGE }}
MAGE_IMAGE: ${{ env.MAGE_NO_ML_IMAGE }}
MAGE_TAR: ${{ env.MAGE_NO_ML_TAR }}
CLEANUP: "true"

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker_image_mage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ build() {
mage_tar="$MAGE_TAR.tar.gz"
fi
docker save $MAGE_IMAGE | gzip -f > "$DIR/dist/docker/$mage_tar"

if [[ "$CLEANUP" == "true" ]]; then
docker image rm $MAGE_IMAGE
fi
Expand Down

0 comments on commit 7e44a58

Please sign in to comment.