|
17 | 17 | - ".github/workflows/e2e_test.yml" |
18 | 18 | - ".github/local_action/start_ccm_e2e/action.yml" |
19 | 19 | workflow_dispatch: |
20 | | - |
| 20 | + |
21 | 21 | permissions: |
22 | 22 | contents: read |
23 | | - |
| 23 | + |
24 | 24 | jobs: |
25 | 25 | create_cluster: |
26 | 26 | runs-on: [self-hosted, linux] |
27 | 27 | steps: |
28 | 28 | - name: ⬇️ Checkout |
29 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
| 29 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
30 | 30 | - name: ⬇️ Install kubectl |
31 | | - uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4 |
| 31 | + uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5 |
32 | 32 | with: |
33 | 33 | version: v1.34.2 |
34 | 34 | - name: ⬇️ Install Helm |
35 | | - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 |
| 35 | + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 |
36 | 36 | - name: ⬇️ Install Python |
37 | | - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6 |
| 37 | + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 |
38 | 38 | - name: ⬇️ Install Go |
39 | | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 |
| 39 | + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 |
40 | 40 | with: |
41 | 41 | go-version-file: 'go.mod' |
42 | 42 | - name: 🔐 Set AK/SK name based on runner region |
|
47 | 47 | access_key: ${{ secrets[env.OSC_ACCESS_KEY_NAME] }} |
48 | 48 | secret_key: ${{ secrets[env.OSC_SECRET_KEY_NAME] }} |
49 | 49 | region: ${{ env.OSC_REGION }} |
50 | | - - name: 📦 Build and push Docker image |
| 50 | + exclude_resource_types: access_key |
| 51 | + - name: 📦 Build and push Docker image |
51 | 52 | run: | |
52 | 53 | docker login ${{ vars.REGISTRY }} -u admin -p ${{ secrets.HARBOR_ADMIN_PASSWORD }} |
53 | 54 | make buildx-image image-tag image-push |
|
0 commit comments