Skip to content

Commit

Permalink
Turn off docker login and don't push
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Oct 11, 2023
1 parent 1902546 commit 42cb478
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -92,5 +92,5 @@ jobs:
with:
context: .
file: ./images/Dockerfile
push: true
push: false
tags: "${{ steps.generate-tag-list.outputs.taglist }}"
1 change: 1 addition & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.
#


ARG BASE_YUM_REPO=release
ARG BASE_OSG_SERIES=3.6

Expand Down

0 comments on commit 42cb478

Please sign in to comment.