Skip to content

Commit 30248fa

Browse files
authored
Merge pull request #15 from cookielab/renovate/ghcr.io-cookielab-container-image-terraform-1.x
chore(deps): update ghcr.io/cookielab/container-image-terraform docker tag to v1.11
2 parents 0813bb9 + 7b283b4 commit 30248fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Terraform Format
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ghcr.io/cookielab/container-image-terraform:1.10
12+
image: ghcr.io/cookielab/container-image-terraform:1.11
1313
options: --user root
1414
credentials:
1515
username: ${{ github.actor }}
@@ -25,7 +25,7 @@ jobs:
2525
name: TF Lint
2626
runs-on: ubuntu-latest
2727
container:
28-
image: ghcr.io/cookielab/container-image-terraform:1.10
28+
image: ghcr.io/cookielab/container-image-terraform:1.11
2929
options: --user root
3030
credentials:
3131
username: ${{ github.actor }}
@@ -39,7 +39,7 @@ jobs:
3939
name: Terraform Validate
4040
runs-on: ubuntu-latest
4141
container:
42-
image: ghcr.io/cookielab/container-image-terraform:1.10
42+
image: ghcr.io/cookielab/container-image-terraform:1.11
4343
options: --user root
4444
credentials:
4545
username: ${{ github.actor }}

0 commit comments

Comments
 (0)