Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rn0 committed May 20, 2024
1 parent a5535d8 commit a611769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
-
name: Discord Webhook Action - Build Start
uses: tsickert/discord-webhook@v5.3.0
uses: tsickert/discord-webhook@v6
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.repository }} - Build Started!
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-manager:app-latest
-
name: Discord Webhook Action - Build Success
uses: tsickert/discord-webhook@v5.3.0
uses: tsickert/discord-webhook@v6
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.repository }} - Build Success!
Expand All @@ -66,7 +66,7 @@ jobs:
-
name: Discord Webhook Action - Build Failure
if: failure()
uses: tsickert/discord-webhook@v5.3.0
uses: tsickert/discord-webhook@6
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.repository }} - Build Failure!
Expand Down

0 comments on commit a611769

Please sign in to comment.