Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions .craft.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
minVersion: "0.27.2"
changelogPolicy: auto
minVersion: "2.15.0"
changelog:
policy: auto
artifactProvider:
name: none
statusProvider:
Expand All @@ -10,15 +11,15 @@ statusProvider:
- 'build-arm64'
- 'assemble'
targets:
- id: release
name: docker
source: ghcr.io/getsentry/snuba
target: getsentry/snuba
- id: latest
name: docker
source: ghcr.io/getsentry/snuba
target: getsentry/snuba
targetFormat: '{{{target}}}:latest'
- name: github
- id: release
name: docker
source: ghcr.io/getsentry/snuba
target: ghcr.io/getsentry/snuba
- id: latest
name: docker
source: ghcr.io/getsentry/snuba
target: ghcr.io/getsentry/snuba
targetFormat: '{{{target}}}:latest'
- name: github
versioning:
policy: calver
policy: calver
27 changes: 0 additions & 27 deletions .github/workflows/release-ghcr-version-tag.yml

This file was deleted.

Loading