Skip to content

Commit

Permalink
Revert "Remove unused environment variables"
Browse files Browse the repository at this point in the history
This reverts commit acbfa56.
  • Loading branch information
cyshallchan committed Jan 16, 2024
1 parent acbfa56 commit fedd718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ env:
CLOUD: "gcp" # 选择云服务商, 可选: gcp, aws, ali, azure
TZ: Asia/Shanghai
REPO: "k3s-gcp.cyshall.com"
IMAGE: base/${{ github.repository }}
TAG: ${{ github.sha }}
SSH_USER: ${{ secrets.HOST_USER }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
DEBIAN_FRONTEND: noninteractive
HELM_EXPERIMENTAL_OCI: 1

Expand Down

0 comments on commit fedd718

Please sign in to comment.