We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468f0ba commit bb254faCopy full SHA for bb254fa
.github/workflows/CI.yml
@@ -146,16 +146,14 @@ jobs:
146
- id: meta
147
uses: docker/metadata-action@v4
148
with:
149
- images: |
150
- sagebionetworks/dcqc
151
- ghcr.io/${{ github.repository }}
+ images: ghcr.io/${{ github.repository }}
152
tags: |
153
type=semver,pattern={{version}}
154
type=semver,pattern={{major}}.{{minor}}
155
type=semver,pattern={{major}}
156
type=ref,event=branch
157
type=sha
158
- - name: Publish Python Package to Docker Hub and GHCR
+ - name: Publish Python Package to GHCR
159
uses: docker/build-push-action@v3
160
161
platforms: linux/amd64,linux/arm64
0 commit comments