TEST: actions
Some checks failed
build / build-and-push (push) Failing after 2s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2025-12-16 23:39:59 +01:00
parent 6c48f7bcf0
commit d38423747c

View File

@@ -17,7 +17,7 @@ jobs:
# 1. Instalar Kaniko # 1. Instalar Kaniko
KANIKO_VERSION="v1.19.0" KANIKO_VERSION="v1.19.0"
echo "📦 Instalando Kaniko ${KANIKO_VERSION}..." echo "📦 Instalando Kaniko ${KANIKO_VERSION}..."
apt-get update && apt-get install curl -y apt-get install curl -y
curl -sfL https://github.com/GoogleContainerTools/kaniko/releases/download/${KANIKO_VERSION}/kaniko-executor \ curl -sfL https://github.com/GoogleContainerTools/kaniko/releases/download/${KANIKO_VERSION}/kaniko-executor \
-o /tmp/kaniko-executor -o /tmp/kaniko-executor
chmod +x /tmp/kaniko-executor chmod +x /tmp/kaniko-executor