mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-03 09:09:58 +00:00
create the terraform cache dir first
This commit is contained in:
parent
0e298bddbd
commit
77e8d6d64a
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -223,6 +223,9 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Create Terraform plugin cache dir
|
||||||
|
run: mkdir -p ~/.terraform.d/plugin-cache
|
||||||
|
|
||||||
- name: Cache Terraform plugins
|
- name: Cache Terraform plugins
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -230,9 +233,6 @@ jobs:
|
|||||||
key: terraform-google-${{ hashFiles(format('{0}/.terraform.lock.hcl', env.TF_DIR)) }}
|
key: terraform-google-${{ hashFiles(format('{0}/.terraform.lock.hcl', env.TF_DIR)) }}
|
||||||
restore-keys: terraform-google-
|
restore-keys: terraform-google-
|
||||||
|
|
||||||
- name: Create Terraform plugin cache dir
|
|
||||||
run: mkdir -p ~/.terraform.d/plugin-cache
|
|
||||||
|
|
||||||
- name: Authenticate to GCP
|
- name: Authenticate to GCP
|
||||||
uses: google-github-actions/auth@v2
|
uses: google-github-actions/auth@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user