Skip to content

Commit cde0ff3

Browse files
authored
Merge pull request #66 from Sage-Bionetworks-Workflows/stop_dockerhub_publish
Stop publishing to Dockerhub
2 parents 3148233 + bb254fa commit cde0ff3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ jobs:
138138
with: { name: python-distribution-files, path: dist/ }
139139
- uses: docker/setup-qemu-action@v2
140140
- uses: docker/setup-buildx-action@v2
141-
- uses: docker/login-action@v2
142-
with:
143-
username: ${{ secrets.DOCKER_USERNAME }}
144-
password: ${{ secrets.DOCKER_PASSWORD }}
145141
- uses: docker/login-action@v2
146142
with:
147143
registry: ghcr.io
@@ -150,16 +146,14 @@ jobs:
150146
- id: meta
151147
uses: docker/metadata-action@v4
152148
with:
153-
images: |
154-
sagebionetworks/dcqc
155-
ghcr.io/${{ github.repository }}
149+
images: ghcr.io/${{ github.repository }}
156150
tags: |
157151
type=semver,pattern={{version}}
158152
type=semver,pattern={{major}}.{{minor}}
159153
type=semver,pattern={{major}}
160154
type=ref,event=branch
161155
type=sha
162-
- name: Publish Python Package to Docker Hub and GHCR
156+
- name: Publish Python Package to GHCR
163157
uses: docker/build-push-action@v3
164158
with:
165159
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)