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
9 changes: 5 additions & 4 deletions .craft.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
minVersion: 1.0.0
changelogPolicy: auto
minVersion: "2.15.0"
changelog:
policy: auto
artifactProvider:
name: none
statusProvider:
Expand All @@ -14,9 +15,9 @@ targets:
- id: release
name: docker
source: ghcr.io/getsentry/vroom
target: getsentry/vroom
target: ghcr.io/getsentry/vroom
- id: latest
name: docker
source: ghcr.io/getsentry/vroom
target: getsentry/vroom
target: ghcr.io/getsentry/vroom
targetFormat: '{{{target}}}:latest'
Comment on lines 15 to 23

This comment was marked as outdated.

Empty file removed .github/workflows/CI_mat.yml
Empty file.
28 changes: 0 additions & 28 deletions .github/workflows/release-ghcr-version-tag.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

**Internal**:

- Release Docker image to GHCR via Craft ([#658](https://github.com/getsentry/vroom/pull/658))

## 25.12.1

- No documented changes.
Expand Down
Loading