File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99env :
1010 TASK_VERSION : ' 3.38.0'
1111 REGISTRY : ghcr.io
12+ REPO : runtime-radar
1213 GO_VERSION : ' 1.24'
1314
1415jobs :
2324 - name : Checkout code
2425 uses : actions/checkout@v5
2526
26- # This step is necessary because the organization name contains uppercase letters.
27- # Github Actions itself doesn't have any functions that help to transform strings.
28- - name : Make repo lowercase
29- run : |
30- echo "REPO=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}
31-
3227 - name : Install Task
3328 uses : go-task/setup-task@v1
3429 with :
Original file line number Diff line number Diff line change 88
99env :
1010 REGISTRY : ghcr.io
11+ REPO : runtime-radar
1112 CHART_PATH : install/helm
1213 CHART_NAME : runtime-radar
1314 HELM_VERSION : ' 3.19.0'
3031 with :
3132 version : ${{ env.HELM_VERSION }}
3233
33- # This step is necessary because the organization name contains uppercase letters.
34- # Github Actions itself doesn't have any functions that help to transform strings.
35- - name : Make repo lowercase
36- run : |
37- echo "REPO=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}
38-
3934 - name : Log in to GitHub Container Registry
4035 uses : docker/login-action@v3
4136 with :
You can’t perform that action at this time.
0 commit comments