File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
3434 needs : build-docker-image
3535 runs-on : self-hosted
3636 steps :
37- - name : Update Dev Deployment
38- uses : MultiMx/K8sSetImageAction@v0.5
39- with :
40- backend : ' https://rancher.ncuhome.club'
41- token : ${{ secrets.CATTLE_TOKEN_LOCAL }}
42- namespace : ' genius-auth'
43- workload : ' core'
44- image : ${{ needs.build-docker-image.outputs.image_tag }}
37+ # - name: Update Dev Deployment
38+ # uses: MultiMx/K8sSetImageAction@v0.5
39+ # with:
40+ # backend: 'https://rancher.ncuhome.club'
41+ # token: ${{ secrets.CATTLE_TOKEN_LOCAL }}
42+ # namespace: 'genius-auth'
43+ # workload: 'core'
44+ # image: ${{ needs.build-docker-image.outputs.image_tag }}
4545
4646 - name : Update Prod Deployment
4747 uses : MultiMx/K8sSetImageAction@v0.5
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 needs : build-docker-image
3434 runs-on : self-hosted
3535 steps :
36- - name : Update Dev Deployment
37- uses : MultiMx/K8sSetImageAction@v0.5
38- with :
39- backend : ' https://rancher.ncuhome.club'
40- token : ${{ secrets.CATTLE_TOKEN_LOCAL }}
41- namespace : ' genius-auth'
42- workload : ' ssh-server'
43- image : ${{ needs.build-docker-image.outputs.image_tag }}
36+ # - name: Update Dev Deployment
37+ # uses: MultiMx/K8sSetImageAction@v0.5
38+ # with:
39+ # backend: 'https://rancher.ncuhome.club'
40+ # token: ${{ secrets.CATTLE_TOKEN_LOCAL }}
41+ # namespace: 'genius-auth'
42+ # workload: 'ssh-server'
43+ # image: ${{ needs.build-docker-image.outputs.image_tag }}
4444
4545 - name : Update Prod Deployment
4646 uses : MultiMx/K8sSetImageAction@v0.5
You can’t perform that action at this time.
0 commit comments