File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -217,24 +217,6 @@ jobs:
217217 github_token : ${{ secrets.ADMIN_TOKEN }}
218218 branch : ${{ inputs.RELEASE_BRANCH }}
219219
220- - name : Push Latest Tag
221- uses : anothrNick/github-tag-action@1.71.0
222- env :
223- GITHUB_TOKEN : ${{ secrets.ADMIN_TOKEN }}
224- WITH_V : true
225- RELEASE_BRANCHES : ${{ inputs.RELEASE_BRANCH }}
226- DEFAULT_BUMP : patch
227-
228- - name : Comment on PR
229- uses : mshick/add-pr-comment@v2
230- if : always()
231- env :
232- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
233- with :
234- message-success : ' @${{ github.actor }} Image is available for testing. `docker pull ${{ env.CONTAINER_IMAGE_REPOSITORY }}:${{ needs.push-operator-setup.outputs.new_tag }}`'
235- message-failure : ' @${{ github.actor }} Yikes! You better fix it before anyone else finds out! [Build](https://github.com/${{ github.repository }}/commit/${{ github.event.pull_request.head.sha }}/checks) has Failed!'
236- allow-repeats : true
237-
238220 - name : Notify Slack
239221 uses : 8398a7/action-slack@v3
240222 if : always() # Pick up events even if the job fails or is canceled.
You can’t perform that action at this time.
0 commit comments