Skip to content

Commit

Permalink
Merge pull request #454 from getsentry/hubertdeng123/fix-releases
Browse files Browse the repository at this point in the history
fix(self-hosted): Use the right source
  • Loading branch information
hubertdeng123 authored Apr 30, 2024
2 parents c93bedf + f47e36c commit 8c31154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ targets:
- name: github
- id: release
name: docker
source: us.gcr.io/sentryio/vroom
source: us-central1-docker.pkg.dev/sentryio/vroom/vroom
target: getsentry/vroom
- id: latest
name: docker
source: us.gcr.io/sentryio/vroom
source: us-central1-docker.pkg.dev/sentryio/vroom/vroom
target: getsentry/vroom
targetFormat: '{{{target}}}:latest'
preReleaseCommand: ""

0 comments on commit 8c31154

Please sign in to comment.