diff --git a/.github/workflows/docker.build.yml b/.github/workflows/docker.build.yml index 1e5dcb2fd..ba6e64d9e 100644 --- a/.github/workflows/docker.build.yml +++ b/.github/workflows/docker.build.yml @@ -97,8 +97,8 @@ jobs: if: github.event_name != 'pull_request' with: path: ./repos/wbaas-deploy-staging - commit-message: 'Staging+Local: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}' - title: 'Staging+Local: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}' + commit-message: 'Staging+Local: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}' + title: 'Staging+Local: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}' branch: deploy-to-staging-${{ steps.update-values.outputs.tag }} committer: wmdebot author: wmdebot @@ -113,8 +113,8 @@ jobs: if: github.event_name != 'pull_request' with: path: ./repos/wbaas-deploy-production - commit-message: 'Production: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}' - title: 'Production: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}' + commit-message: 'Production: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}' + title: 'Production: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}' branch: deploy-to-production-${{ steps.update-values.outputs.tag }} committer: wmdebot author: wmdebot