File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 66
66
with :
67
67
context : .
68
68
push : true
69
- tags : ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ needs.version.outputs.version }}
69
+ tags : ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ needs.version.outputs.version }}
70
+
71
+ update-infrastructure :
72
+ runs-on : ubuntu-22.04
73
+ needs :
74
+ - docker
75
+ - version
76
+ steps :
77
+ - uses : convictional/trigger-workflow-and-wait@v1.6.5
78
+ with :
79
+ owner : ${{ github.repository_owner }}
80
+ repo : infrastructure
81
+ github_token : ${{ secrets.INFRASTRUCTURE_WORKFLOW_TRIGGER_PAT }}
82
+ workflow_file_name : bump-service.yaml
83
+ client_payload : |
84
+ {
85
+ "service": "tests_microservice",
86
+ "version": "${{ needs.version.outputs.version }}"
87
+ }
You can’t perform that action at this time.
0 commit comments