Skip to content

Commit 5d153c1

Browse files
authored
fix(craft): Fix craft target to publish to github registry (#242)
1 parent bff9869 commit 5d153c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.craft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ targets:
77
- id: release
88
name: docker
99
source: ghcr.io/getsentry/action-release-image
10-
target: getsentry/action-release
10+
target: ghcr.io/getsentry/action-release-image
1111
- id: latest
1212
name: docker
1313
source: ghcr.io/getsentry/action-release-image
14-
target: getsentry/sentry
14+
target: ghcr.io/getsentry/action-release-image
1515
targetFormat: '{{{target}}}:latest'
1616
- name: github
1717
tagPrefix: v

0 commit comments

Comments
 (0)