fix: use GitHub API to find Roc tarball URL (inconsistent naming) and fix default version to 0.0.0-alpha1
Build and Publish OCI Images / build-and-push (push) Failing after 4s

This commit is contained in:
2026-06-04 15:35:52 -04:00
parent cf9cf69945
commit 6c6e087b55
4 changed files with 33 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ROC_VERSION ?= 0.0.0-alpha2
ROC_VERSION ?= 0.0.0-alpha1
REGISTRY ?= git.roo.lol/jbrechtel
# Use podman by default; override with: make BUILD_CMD=docker
BUILD_CMD ?= podman