We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a5f14 commit 4cc72cfCopy full SHA for 4cc72cf
.craft.yml
@@ -1,5 +1,6 @@
1
-minVersion: "0.27.2"
2
-changelogPolicy: auto
+minVersion: "2.15.0"
+changelog:
3
+ policy: auto
4
artifactProvider:
5
name: none
6
statusProvider:
@@ -14,10 +15,10 @@ targets:
14
15
- id: release
16
name: docker
17
source: ghcr.io/getsentry/taskbroker
- target: getsentry/taskbroker
18
+ target: ghcr.io/getsentry/taskbroker
19
- id: latest
20
21
22
23
targetFormat: '{{{target}}}:latest'
24
- name: github
.github/workflows/release-ghcr-version-tag.yml
0 commit comments