Skip to content

Commit 6176f0d

Browse files
committed
fix: use runner image instead of terraform-runner
1 parent 3526233 commit 6176f0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/opentofu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: makeitworkcloud/shared-workflows/.github/workflows/opentofu.yml@main
1818
with:
1919
runs-on: arc-dind
20-
container: image-registry.openshift-image-registry.svc:5000/public-registry/terraform-runner:latest
20+
container: image-registry.openshift-image-registry.svc:5000/public-registry/runner:latest
2121
setup-ssh: true
2222
secrets:
2323
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414

1515
# Plan output
1616
plan-output.txt
17+
tfplan.bin

0 commit comments

Comments
 (0)