File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 if : github.event_name != 'pull_request'
9898 with :
9999 path : ./repos/wbaas-deploy-staging
100- commit-message : ' Staging+Local: Deploy new Platform API image ${{ steps.update-values .outputs.tag }}'
101- title : ' Staging+Local: Deploy new Platform API image ${{ steps.update-values .outputs.tag }}'
100+ commit-message : ' Staging+Local: Deploy new Platform API image ${{ steps.docker_meta .outputs.tags }}'
101+ title : ' Staging+Local: Deploy new Platform API image ${{ steps.docker_meta .outputs.tags }}'
102102 branch : deploy-to-staging-${{ steps.update-values.outputs.tag }}
103103 committer : wmdebot <github-bots@wikimedia.de>
104104 author : wmdebot <github-bots@wikimedia.de>
@@ -113,8 +113,8 @@ jobs:
113113 if : github.event_name != 'pull_request'
114114 with :
115115 path : ./repos/wbaas-deploy-production
116- commit-message : ' Production: Deploy new Platform API image ${{ steps.update-values .outputs.tag }}'
117- title : ' Production: Deploy new Platform API image ${{ steps.update-values .outputs.tag }}'
116+ commit-message : ' Production: Deploy new Platform API image ${{ steps.docker_meta .outputs.tags }}'
117+ title : ' Production: Deploy new Platform API image ${{ steps.docker_meta .outputs.tags }}'
118118 branch : deploy-to-production-${{ steps.update-values.outputs.tag }}
119119 committer : wmdebot <github-bots@wikimedia.de>
120120 author : wmdebot <github-bots@wikimedia.de>
You can’t perform that action at this time.
0 commit comments