Skip to content

Commit

Permalink
fix: update terraform version for container (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Karam Kapoor <[email protected]>
  • Loading branch information
KaramKapoor and Karam Kapoor authored Aug 31, 2023
1 parent 2014b8a commit 1d30681
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
push: true
build-args: |
RUBY_VERSION=3.1.2
TERRAFORM_VERSIONS=0.14.7 1.2.4 1.2.5
TERRAFORM_VERSIONS=0.14.7 1.5.6
tags: ghcr.io/${{ github.repository }}:rc-${{ github.head_ref }}

test:
Expand All @@ -62,8 +62,7 @@ jobs:
matrix:
terraform_version:
- 0.14.7
- 1.2.4
- 1.2.5
- 1.5.6
ruby_version:
- 3.1.2
env:
Expand Down

0 comments on commit 1d30681

Please sign in to comment.