Switch to tofu image
This commit is contained in:
parent
f80cfba44b
commit
2592004ad5
1 changed files with 2 additions and 5 deletions
|
@ -5,9 +5,6 @@ jobs:
|
||||||
init:
|
init:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: ghcr.io/opentofu/opentofu:1.7.2
|
||||||
steps:
|
steps:
|
||||||
- curl -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
|
- tofu init
|
||||||
- chmod +x ./install-opentofu.sh
|
|
||||||
- ./install-opentofu.sh --install-method apk
|
|
||||||
- rm -f ./install-opentofu.sh
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue