about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index f9d085a..5154fa7 100755
--- a/justfile
+++ b/justfile
@@ -66,7 +66,7 @@ stream-to-registry *skopeo-flags="": sentry-create-release && sentry-finalise-re
     just docker-stream-fly | gzip --fast | skopeo {{ skopeo-flags }} copy --dest-precompute-digests docker-archive:/dev/stdin docker://{{ fly-registry }}:{{ docker-tag }}
 
 result := `readlink -f result`
-push-to-registry *skopeo-flags="":
+push-to-registry *skopeo-flags="": sentry-create-release && sentry-finalise-release
     skopeo {{ skopeo-flags }} copy --dest-precompute-digests docker-archive://{{ result }}  docker://{{ fly-registry }}:{{ docker-tag }}
 
 sentry-create-release: