Skip to content

Commit

Permalink
script update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 16, 2024
1 parent 05c2439 commit 0f97828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/github_image_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function PullAndTagGithubWorkflowImages() {
BRANCH="$(_gitbranch)"
VERSION="$(_malcolmversion)"
OWNER="$(_gitowner)"
echo "Pulling images from ghcr.io/$OWNER ($BRANCH) and tagging as ${VERSION}${IMAGE_ARCH_SUFFIX}..."
echo "Pulling images with $MALCOLM_CONTAINER_RUNTIME from ghcr.io/$OWNER ($BRANCH) and tagging as ${VERSION}${IMAGE_ARCH_SUFFIX}..."
for IMG in $($GREP image: "$(_gittoplevel)"/docker-compose.yml | _cols 2 | cut -d: -f1 | sort -u | sed "s/.*\/\(malcolm\)/\1/"); do
_PullAndTagGithubWorkflowBuild "$IMG"
done
Expand All @@ -126,7 +126,7 @@ function PullAndTagGithubWorkflowISOImages() {
BRANCH="$(_gitbranch)"
VERSION="$(_malcolmversion)"
OWNER="$(_gitowner)"
echo "Pulling ISO wrapper images from ghcr.io/$OWNER ($BRANCH) and tagging as $VERSION ..."
echo "Pulling ISO wrapper images with $MALCOLM_CONTAINER_RUNTIME from ghcr.io/$OWNER ($BRANCH) and tagging as $VERSION ..."
for IMG in malcolm/{malcolm,hedgehog}; do
_PullAndTagGithubWorkflowBuild "$IMG"
done
Expand Down

0 comments on commit 0f97828

Please sign in to comment.