Skip to content

Commit

Permalink
Update pull request workflow to use GHCR_IMAGE_REPOSITORY variable an…
Browse files Browse the repository at this point in the history
…d set allow-repeats to true (#427)
  • Loading branch information
Bharath Nallapeta authored Jun 24, 2024
1 parent ff6d90f commit d13d623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: '@${{ github.actor }} Image is available for testing. `docker pull ${{ env.IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.GIT_TAG }}`'
allow-repeats: false
message: '@${{ github.actor }} Image is available for testing. `docker pull ${{ env.GHCR_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.GIT_TAG }}`'
allow-repeats: true

- name: Notify Failure
if: failure()
Expand All @@ -151,7 +151,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
with:
message: '@${{ 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!'
allow-repeats: false
allow-repeats: true

- name: Notify Slack
uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit d13d623

Please sign in to comment.