Skip to content

Commit

Permalink
actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rn0 committed May 20, 2024
1 parent 6583bdb commit 7a07411
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
-
name: Discord Webhook Action - Build Start
uses: tsickert/discord-webhook@v5.3.0
uses: tsickert/discord-webhook@v6.0.0
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.repository }} API - Build Started!
Expand All @@ -42,7 +42,7 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-spotify-jukebox:api-latest
-
name: Discord Webhook Action - Build Success
uses: tsickert/discord-webhook@v5.3.0
uses: tsickert/discord-webhook@v6.0.0
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.repository }} API - Build Success!
Expand All @@ -51,7 +51,7 @@ jobs:
-
name: Discord Webhook Action - Build Failure
if: failure()
uses: tsickert/discord-webhook@v5.3.0
uses: tsickert/discord-webhook@v6.0.0
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.repository }} API - Build Failure!
Expand All @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4
-
name: Discord Webhook Action - Build Start
uses: tsickert/discord-webhook@v5.3.0
uses: tsickert/discord-webhook@v6.0.0
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.repository }} UI - Build Started!
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-spotify-jukebox:ui-latest
-
name: Discord Webhook Action - Build Success
uses: tsickert/discord-webhook@v5.3.0
uses: tsickert/discord-webhook@v6.0.0
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.repository }} UI - Build Success!
Expand All @@ -103,7 +103,7 @@ jobs:
-
name: Discord Webhook Action - Build Failure
if: failure()
uses: tsickert/discord-webhook@v5.3.0
uses: tsickert/discord-webhook@v6.0.0
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.repository }} UI - Build Failure!
Expand Down

0 comments on commit 7a07411

Please sign in to comment.