File tree Expand file tree Collapse file tree
project-files/jenkins/pipelines Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ val docTheme =
119119 " unidata-jekyll-docs:${catalogs.named(" libs" ).findVersion(" unidata-doc-theme" ).get().requiredVersion} "
120120
121121val isGitHub = System .getenv(" GITHUB_ACTIONS" ) != null
122- val imageBaseUrl = if (isGitHub) " ghcr.io/unidata" else " docker.unidata.ucar.edu "
122+ val imageBaseUrl = if (isGitHub) " ghcr.io/unidata" else " docker.io/ unidata"
123123val dockerImage = " ${imageBaseUrl} /${docTheme} "
124124
125125val siteBuildDir = layout.buildDirectory.dir(" site" )
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ pipeline {
88 -e DOCS_UID=$(id -u) \
99 -v .:/netcdf-java \
1010 -v ./docs/build/site:/site \
11- docker.unidata.ucar.edu /unidata-jekyll-docs:0.0.6 build
11+ docker.io/ unidata/unidata-jekyll-docs:0.0.6 build
1212 '''
1313 }
1414 }
1515 stage('Publish documentation') {
1616 agent {
1717 docker {
18- image 'docker.unidata.ucar.edu /thredds-test-environment:latest'
18+ image 'docker.io/ unidata/thredds-test-environment:latest'
1919 // Run the container on the node specified at the
2020 // top-level of the Pipeline, in the same workspace,
2121 // rather than on a new node entirely:
You can’t perform that action at this time.
0 commit comments