From 2a13d23cec7ae9500f62dd0716b73a765ee071bc Mon Sep 17 00:00:00 2001 From: NiNiyas Date: Tue, 2 Jan 2024 17:31:04 +0530 Subject: [PATCH] chore: update ghcr-publish.yml --- .github/workflows/ghcr-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ghcr-publish.yml b/.github/workflows/ghcr-publish.yml index 16ceca8..1c7102c 100644 --- a/.github/workflows/ghcr-publish.yml +++ b/.github/workflows/ghcr-publish.yml @@ -54,6 +54,7 @@ jobs: topic: ${{ secrets.NTFY_TOPIC }} tags: github,action,+1,partying_face priority: 4 + image: true details: 'Workflow has been completed successfully!' headers: '${{ secrets.NTFY_HEADERS }}' @@ -65,6 +66,7 @@ jobs: topic: ${{ secrets.NTFY_TOPIC }} tags: github,action,failed,rotating_light priority: 5 + image: true details: 'Workflow has failed!' headers: '${{ secrets.NTFY_HEADERS }}' @@ -77,3 +79,4 @@ jobs: tags: github,action,cancelled,skull details: 'Workflow has been cancelled!' headers: '${{ secrets.NTFY_HEADERS }}' + image: true