diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index baef615f2..fbb8f10d5 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -77,12 +77,12 @@ jobs: IFS=, echo "::set-output name=taglist::${tag_list[*]}" - - name: Log in to OSG Harbor - uses: docker/login-action@v2 - with: - registry: hub.opensciencegrid.org - username: ${{ secrets.PELICAN_HARBOR_ROBOT_USER }} - password: ${{ secrets.PELICAN_HARBOR_ROBOT_PASSWORD }} + # - name: Log in to OSG Harbor + # uses: docker/login-action@v2 + # with: + # registry: hub.opensciencegrid.org + # username: ${{ secrets.PELICAN_HARBOR_ROBOT_USER }} + # password: ${{ secrets.PELICAN_HARBOR_ROBOT_PASSWORD }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -92,5 +92,5 @@ jobs: with: context: . file: ./images/Dockerfile - push: true + push: false tags: "${{ steps.generate-tag-list.outputs.taglist }}" diff --git a/images/Dockerfile b/images/Dockerfile index f4dd3d15e..3b3a6db33 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -14,6 +14,7 @@ # limitations under the License. # + ARG BASE_YUM_REPO=release ARG BASE_OSG_SERIES=3.6