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 cd61d21 commit 0627c0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
name: Discord Webhook Action
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: Build Started
embed-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
embed-description: ${{ github.event.head_commit.message }}
-
name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 0627c0b

Please sign in to comment.