Skip to content

Commit

Permalink
Merge pull request #1978 from IntersectMBO/test-ci
Browse files Browse the repository at this point in the history
add tags to merged pr
  • Loading branch information
mpavlovicbb authored Sep 23, 2024
2 parents ede3438 + c8af574 commit 6977a73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,11 @@ jobs:
docker load -i '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar'
rm -rf '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar'
docker push ${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }}
- name: Add tag as a PR comment
uses: ubie-oss/[email protected]
id: comment-to-merged-pr
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
message: |-
This PR is in the tag: ${{ env.TAG }} , for ${{ matrix.name }} service

0 comments on commit 6977a73

Please sign in to comment.