Skip to content

Commit

Permalink
ci(docker): Don't publish to GHCR via Craft
Browse files Browse the repository at this point in the history
It appears that Craft does not support pushing to GHCR, only to Docker Hub: https://github.com/getsentry/publish/actions/runs/13391431698/job/37399828094
  • Loading branch information
szokeasaurusrex committed Feb 18, 2025
1 parent f783fd8 commit a2fbf87
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,6 @@ targets:
- name: pypi
- name: sentry-pypi
internalPypiRepo: getsentry/pypi
- name: docker
id: GHCR (release)
source: ghcr.io/getsentry/sentry-cli
target: ghcr.io/getsentry/sentry-cli
- name: docker
id: GHCR (latest)
source: ghcr.io/getsentry/sentry-cli
target: ghcr.io/getsentry/sentry-cli
targetFormat: '{{{target}}}:latest'
- name: docker
id: Docker Hub (release)
source: ghcr.io/getsentry/sentry-cli
Expand Down

0 comments on commit a2fbf87

Please sign in to comment.