Skip to content

Commit b57ff8b

Browse files
ci(docker): Don't publish to GHCR via Craft (#2392)
It appears that Craft does not support pushing to GHCR, only to Docker Hub: https://github.com/getsentry/publish/actions/runs/13391431698/job/37399828094
1 parent f783fd8 commit b57ff8b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.craft.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,6 @@ targets:
9494
- name: pypi
9595
- name: sentry-pypi
9696
internalPypiRepo: getsentry/pypi
97-
- name: docker
98-
id: GHCR (release)
99-
source: ghcr.io/getsentry/sentry-cli
100-
target: ghcr.io/getsentry/sentry-cli
101-
- name: docker
102-
id: GHCR (latest)
103-
source: ghcr.io/getsentry/sentry-cli
104-
target: ghcr.io/getsentry/sentry-cli
105-
targetFormat: '{{{target}}}:latest'
10697
- name: docker
10798
id: Docker Hub (release)
10899
source: ghcr.io/getsentry/sentry-cli

0 commit comments

Comments
 (0)