File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 42
42
push : ${{ github.event_name != 'pull_request' }}
43
43
tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_LABEL }}
44
44
45
- upgrade :
45
+ rancher- upgrade :
46
46
47
47
needs : build-and-push-image
48
48
runs-on : ubuntu-latest
@@ -54,12 +54,14 @@ jobs:
54
54
55
55
steps :
56
56
- name : upgrade ${{ matrix.service }}
57
- uses : sekassel-research /actions-rancher-update@1.1.4
57
+ uses : economiagovbr /actions-rancher-update@1.1.5
58
58
with :
59
59
rancher_url : https://rancher.dev.economia.gov.br
60
60
rancher_access : ${{ secrets.RANCHER_ACCESS }}
61
61
rancher_key : ${{ secrets.RANCHER_KEY }}
62
62
project_id : 1a656207
63
63
stack_name : airflow2-hmg
64
64
service_name : ${{ matrix.service }}
65
- docker_image : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_LABEL }}
65
+ docker_image : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_LABEL }}
66
+ retry_count : 20
67
+ retry_delay : 15
You can’t perform that action at this time.
0 commit comments