Install curl for Kaniko download
Some checks failed
Check Container Build Capability / check-build (push) Failing after 0s
Check Kaniko Build (Safe) / kaniko-build (push) Failing after 2s
Verify Mac Runner / verify-runner (push) Successful in 0s

This commit is contained in:
2025-12-29 20:25:29 -06:00
parent 05391a1af3
commit ef4c7b5d0e

View File

@@ -8,7 +8,7 @@ jobs:
- name: Install Dependencies
run: |
if [ -f /etc/alpine-release ]; then
apk add --no-cache nodejs git
apk add --no-cache nodejs git curl
fi
- name: Checkout