From 9920a9429c02ac7ab9cff15f4a339084b228951e Mon Sep 17 00:00:00 2001 From: Andrew Kostka Date: Fri, 30 May 2025 10:22:47 +0000 Subject: [PATCH] Use image URL in wbaas-deploy commit message --- .github/workflows/docker.build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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