TEST: actions
This commit is contained in:
@@ -17,7 +17,6 @@ jobs:
|
||||
# 1. Instalar Kaniko
|
||||
KANIKO_VERSION="v1.19.0"
|
||||
echo "📦 Instalando Kaniko ${KANIKO_VERSION}..."
|
||||
apt-get install curl -y
|
||||
curl -sfL https://github.com/GoogleContainerTools/kaniko/releases/download/${KANIKO_VERSION}/kaniko-executor \
|
||||
-o /tmp/kaniko-executor
|
||||
chmod +x /tmp/kaniko-executor
|
||||
|
||||
Reference in New Issue
Block a user