File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments