diff --git a/.forgejo/workflows/non-lab.yml b/.forgejo/workflows/non-lab.yml index 0dbb693..a7b06b4 100644 --- a/.forgejo/workflows/non-lab.yml +++ b/.forgejo/workflows/non-lab.yml @@ -5,9 +5,6 @@ jobs: init: runs-on: docker container: - image: alpine:latest + image: ghcr.io/opentofu/opentofu:1.7.2 steps: - - curl -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh - - chmod +x ./install-opentofu.sh - - ./install-opentofu.sh --install-method apk - - rm -f ./install-opentofu.sh + - tofu init