Skip to content

Commit

Permalink
fix gh step references (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde authored Aug 20, 2024
1 parent e71c1d1 commit eca6700
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ jobs:
path: ./repos/wbaas-deploy-staging
commit-message: 'Staging+Local: Deploy new UI image ${{ steps.docker_meta.outputs.tags }}'
title: 'Staging+Local: Deploy new UI image ${{ steps.docker_meta.outputs.tags }}'
branch: deploy-to-staging-${{ steps.update-values.outputs.tag }}
branch: deploy-to-staging-${{ steps.update-helmfile-values.outputs.tag }}
committer: wmdebot <[email protected]>
author: ${{ github.actor }} <[email protected]>
labels: automated pr
token: ${{ secrets.WBAAS_DEPLOY_TOKEN }}
body: |
This is an automated update for the `ui` image in staging and local, using `${{ steps.update-values.outputs.tag }}`.
This is an automated update for the `ui` image in staging and local, using `${{ steps.update-helmfile-values.outputs.tag }}`.
**Changes**: [${{ steps.truncate-commit-message.outputs.msg }}](https://github.com/wbstack/ui/commit/${{ github.sha }})
-
Expand All @@ -119,12 +119,12 @@ jobs:
path: ./repos/wbaas-deploy-production
commit-message: 'Production: Deploy new UI image ${{ steps.docker_meta.outputs.tags }}'
title: 'Production: Deploy new UI image ${{ steps.docker_meta.outputs.tags }}'
branch: deploy-to-production-${{ steps.update-values.outputs.tag }}
branch: deploy-to-production-${{ steps.update-helmfile-values.outputs.tag }}
committer: wmdebot <[email protected]>
author: ${{ github.actor }} <[email protected]>
labels: automated pr
token: ${{ secrets.WBAAS_DEPLOY_TOKEN }}
body: |
This is an automated update for the `ui` image in production, using `${{ steps.update-values.outputs.tag }}`.
This is an automated update for the `ui` image in production, using `${{ steps.update-helmfile-values.outputs.tag }}`.
**Changes**: [${{ steps.truncate-commit-message.outputs.msg }}](https://github.com/wbstack/ui/commit/${{ github.sha }})

0 comments on commit eca6700

Please sign in to comment.