Skip to content

Commit

Permalink
update github actions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyAlshurafa committed Dec 16, 2023
1 parent b07ef1f commit 3c3c58b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ jobs:
with:
push: true
tags: ghcr.io/${{ github.repository }}:latest

- name: Notify discord
uses: rtCamp/[email protected]
env:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
DISCORD_TITLE: "Docker Image"
DISCORD_DESCRIPTION: "Docker image has been updated"
DISCORD_COLOR: "#ff0000"
DISCORD_FOOTER: "Docker Image"
DISCORD_AUTHOR: "Docker Image"
DISCORD_AUTHOR_URL: "https://discord.com/api/webhooks/1185606535003517009/2kwa0kKHUZySgEEhX_cz6Ar_TIUZh6otGjJ9tetp9NKrmg1CErEPYk5TsVFQkEk4U4wE"

0 comments on commit 3c3c58b

Please sign in to comment.