ci(release): fix container workflow - use git clone, drop jq dependency #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:ci/fix-release-container"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The v0.2.0 release failed because the
golang:1.24container lacksnode(required byactions/checkout@v4) andjq.Fixes:
actions/checkoutwith plaingit clone(git is available in the golang image)jqwithgrepfor JSON ID extractionGITHUB_SERVER_URL/GITHUB_REPOSITORYenv vars for portability