Switch to tofu image

This commit is contained in:
Chris Cowley 2024-09-02 10:39:05 +02:00
parent f80cfba44b
commit 2592004ad5

View file

@ -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