Skip to content

Commit

Permalink
Use full Docker image names with repo names so derivative images use …
Browse files Browse the repository at this point in the history
…correct base

Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
riftEmber committed Mar 20, 2024
1 parent a79099d commit dead7fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/cron/test-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ fi

# Build chapel docker image.
cd $CHPL_HOME
build_image chapel ${CHPL_HOME}/util/cron/docker-chapel.bash
build_image chapel/chapel ${CHPL_HOME}/util/cron/docker-chapel.bash

cd $CHPL_HOME/util/packaging/docker/gasnet
build_image chapel_gasnet ${CHPL_HOME}/util/cron/docker-gasnet.bash
build_image chapel/chapel_gasnet ${CHPL_HOME}/util/cron/docker-gasnet.bash

cd $CHPL_HOME/util/packaging/docker/gasnet-smp
build_image chapel_gasnet_smp ${CHPL_HOME}/util/cron/docker-gasnet.bash
build_image chapel/chapel_gasnet_smp ${CHPL_HOME}/util/cron/docker-gasnet.bash

export CHPL_NIGHTLY_TEST_CONFIG_NAME="docker"

0 comments on commit dead7fc

Please sign in to comment.