From 2592004ad5dacfcfd2f700543f8ea47e1de45514 Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:39:05 +0200 Subject: [PATCH] Switch to tofu image --- .forgejo/workflows/non-lab.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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