From 9943be4954270b2186cb01b19bdbbee7c617eaa1 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 31 Jan 2026 13:51:46 -0300 Subject: [PATCH] ajustes novos --- .forgejo/workflows/deploy.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 4160896..776d1a5 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -21,9 +21,6 @@ jobs: shell: sh steps: - - name: Install tools - run: apk add --no-cache git docker-cli curl - - name: Install Docker Buildx (REQUIRED for BuildKit) run: | mkdir -p ~/.docker/cli-plugins @@ -75,9 +72,6 @@ jobs: shell: sh steps: - - name: Install tools - run: apk add --no-cache git curl - - name: Install kubectl run: | K8S_VERSION=$(curl -s https://dl.k8s.io/release/stable.txt)