fix/cicd #3

Merged
marcio.fernandes merged 62 commits from fix/cicd into master 2025-11-22 17:43:58 +00:00
Showing only changes of commit d35544ca2b - Show all commits

View File

@@ -18,7 +18,7 @@ runs:
- name: Create kubeconfig
shell: bash
run: |
set -euo pipefail
set -x
mkdir -p "${GITHUB_TEMP}/.kube"
cat <<EOF > "${GITHUB_TEMP}/.kube/config"
@@ -41,6 +41,7 @@ runs:
user:
token: ${{ inputs.kube_token }}
EOF
echo "config created - ${GITHUB_TEMP}/.kube/config"
ls -lah ${GITHUB_TEMP}/.kube/config
echo "KUBECONFIG=${GITHUB_TEMP}/.kube/config" >> "${GITHUB_ENV}"
cp -r "${GITHUB_TEMP}/.kube" /root