Skip to content

Commit 47a5ad5

Browse files
Nosfericanparente
andauthored
Update datascience-notebook/hooks/apply_tags
Co-Authored-By: Peter Parente <[email protected]>
1 parent 6450189 commit 47a5ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datascience-notebook/hooks/apply_tags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT_SHA_TAG=${SOURCE_COMMIT:0:12}
77
docker tag $IMAGE_NAME "$DOCKER_REPO:$GIT_SHA_TAG"
88
PY_VERSION_TAG="python-$(docker run --rm ${IMAGE_NAME} python --version 2>&1 | awk '{print $2}')"
99
docker tag $IMAGE_NAME "$DOCKER_REPO:$PY_VERSION_TAG"
10-
R_VERSION_TAG=="hub-$(docker run --rm -a STDOUT ${IMAGE_NAME} R --version | sed -n 1p | awk '{print $3}')"
10+
R_VERSION_TAG=="r-$(docker run --rm -a STDOUT ${IMAGE_NAME} R --version | sed -n 1p | awk '{print $3}')"
1111
docker tag $IMAGE_NAME "$DOCKER_REPO:${R_VERSION_TAG%%\r}"
1212
JULIA_VERSION_TAG=="julia-$(docker run --rm -a STDOUT ${IMAGE_NAME} julia --version | awk '{print $3}')"
1313
docker tag $IMAGE_NAME "$DOCKER_REPO:${JULIA_VERSION_TAG%%\r}"

0 commit comments

Comments
 (0)