Skip to content

Commit

Permalink
adding tuf root env variable (#751)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Aug 22, 2022
1 parent 166c2bc commit 7d1229b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ steps:
- GOOGLE_SERVICE_ACCOUNT_NAME=keyless@${PROJECT_ID}.iam.gserviceaccount.com
- COSIGN_EXPERIMENTAL=true
- KO_PREFIX=gcr.io/${PROJECT_ID}
- TUF_ROOT=/tmp
secretEnv:
- GITHUB_TOKEN
args:
Expand All @@ -80,6 +81,7 @@ steps:
- COSIGN_EXPERIMENTAL=true
- GOOGLE_SERVICE_ACCOUNT_NAME=keyless@${PROJECT_ID}.iam.gserviceaccount.com
- GITHUB_USER=${_GITHUB_USER}
- TUF_ROOT=/tmp
secretEnv:
- GITHUB_TOKEN
args:
Expand Down

0 comments on commit 7d1229b

Please sign in to comment.