Skip to content

Commit bb254fa

Browse files
committed
remove publish to Dockerhub
1 parent 468f0ba commit bb254fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,14 @@ jobs:
146146
- id: meta
147147
uses: docker/metadata-action@v4
148148
with:
149-
images: |
150-
sagebionetworks/dcqc
151-
ghcr.io/${{ github.repository }}
149+
images: ghcr.io/${{ github.repository }}
152150
tags: |
153151
type=semver,pattern={{version}}
154152
type=semver,pattern={{major}}.{{minor}}
155153
type=semver,pattern={{major}}
156154
type=ref,event=branch
157155
type=sha
158-
- name: Publish Python Package to Docker Hub and GHCR
156+
- name: Publish Python Package to GHCR
159157
uses: docker/build-push-action@v3
160158
with:
161159
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)