Skip to content

Commit

Permalink
Use CSV list for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Jul 21, 2023
1 parent 140a38c commit 42272e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ get-base-tags $OS $TYPE="base" $BRANCH=`git branch --show`:
IMAGE_NAME="${IMAGE_NAME}-dev"
fi

echo ghcr.io/rstudio/${IMAGE_NAME}:${OS} \
ghcr.io/rstudio/${IMAGE_NAME}:${OS}-r{{R_VERSION}}-py{{PYTHON_VERSION}} \
echo ghcr.io/rstudio/${IMAGE_NAME}:${OS},\
ghcr.io/rstudio/${IMAGE_NAME}:${OS}-r{{R_VERSION}}-py{{PYTHON_VERSION}},\
ghcr.io/rstudio/${IMAGE_NAME}:${OS}-r{{R_VERSION}}_{{R_VERSION_ALT}}-py{{PYTHON_VERSION}}_{{PYTHON_VERSION_ALT}}

# just BUILDX_PATH=~/.buildx test-base ubuntu1804 base
Expand Down

0 comments on commit 42272e8

Please sign in to comment.