Skip to content

Commit 83547ac

Browse files
authored
Use image URL in wbaas-deploy commit message (#944)
1 parent d88897f commit 83547ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
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>

0 commit comments

Comments
 (0)