new image opentofu and clone repository

This commit is contained in:
2025-08-16 16:13:46 +00:00
parent 8cb581cfcc
commit efe55e5d21

View File

@ -7,14 +7,12 @@ on:
jobs:
hello:
# roda em qualquer runner self-hosted registrado no Gitea
runs-on: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04]
#precisa da imagem costum do opentofu
runs-on: [ fenix-opentofu ]
steps:
- name: Checar versão do kubectl
- name: Updating apt-get
run: |
echo "kubectl version client:"
kubectl version --client --short
apt-get update -y
- name: Mostrar pods no cluster
run: |
kubectl get pods --all-namespaces
- name: Cloning iac repository
uses: actions/checkout@v4