File tree Expand file tree Collapse file tree 4 files changed +50141
-48216
lines changed
Expand file tree Collapse file tree 4 files changed +50141
-48216
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 3
2020 steps :
21- - uses : styfle/cancel-workflow-action@0.10 .0
21+ - uses : styfle/cancel-workflow-action@0.11 .0
2222 with :
2323 access_token : ${{ github.token }}
2424
@@ -163,21 +163,21 @@ jobs:
163163 SENTRY_COMMIT="${{ github.repository }}/${{ github.sha }}"
164164
165165 - name : ArgoCD login
166- uses : clowdhaus/argo-cd-action/@v1.12.1
166+ uses : clowdhaus/argo-cd-action/@v1.16.0
167167 id : argocd_login
168168 with :
169169 command : login ${{ secrets.ARGOCD_URL }}
170170 options : --insecure --password ${{ secrets.ARGOCD_PASS }} --username ${{ secrets.ARGOCD_USERNAME }}
171171
172172 - name : ArgoCD overvrite values.yaml
173- uses : clowdhaus/argo-cd-action/@v1.12.1
173+ uses : clowdhaus/argo-cd-action/@v1.16.0
174174 id : argocd_image_tag_overwrite
175175 with :
176176 command : app set iam-cache-server
177177 options : -p image.tag=${{needs.configure.outputs.IMAGE_TAG}} -p image.repository=${{env.REGISTRY}}/${{env.IMAGE_NAME}}
178178
179179 - name : ArgoCD overvrite HELM values.yaml
180- uses : clowdhaus/argo-cd-action/@v1.12.1
180+ uses : clowdhaus/argo-cd-action/@v1.16.0
181181 id : argocd_image_helm_tag_overwrite
182182 with :
183183 command : app set iam-cache-server
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 timeout-minutes : 3
1616 steps :
17- - uses : styfle/cancel-workflow-action@0.10 .0
17+ - uses : styfle/cancel-workflow-action@0.11 .0
1818 with :
1919 access_token : ${{ github.token }}
2020 env_name :
You can’t perform that action at this time.
0 commit comments