Skip to content

Commit

Permalink
Merge pull request #3092 from xmudrii/fix-release-gcb
Browse files Browse the repository at this point in the history
Fix env substitution in release/cloudbuild.yaml
  • Loading branch information
k8s-ci-robot authored May 30, 2023
2 parents 9c03666 + 9bf6df2 commit 5253d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcb/release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ steps:
- "bin/krel"
- "sign"
- "blobs"
- "--certificate-identity=${GOOGLE_SERVICE_ACCOUNT_NAME}"
- "--certificate-identity=$${GOOGLE_SERVICE_ACCOUNT_NAME}"
- "--certificate-oidc-issuer=https://accounts.google.com"
- "--log-level=${_LOG_LEVEL}"
- "${_KUBERNETES_GCS_BUCKET}"
Expand Down

0 comments on commit 5253d4b

Please sign in to comment.