diff --git a/.gitea/workflows/release-image-harbor.yml b/.gitea/workflows/release-image-harbor.yml index 712bfc6..a2f0642 100644 --- a/.gitea/workflows/release-image-harbor.yml +++ b/.gitea/workflows/release-image-harbor.yml @@ -61,7 +61,7 @@ jobs: run: | curl \ -H "Authorization: Bearer ${{ secrets.NTFY_CRED }}" \ - -H "Title: Site-Profile Image Released to Gitea: ${{ steps.meta.outputs.tags }}" \ + -H "Title: Site-Profile Image Released to Harbor: ${{ steps.meta.outputs.tags }}" \ -H "Content-Type: text/plain" \ -d 'Repo: ${{ gitea.repository }}\nCommit: ${{ gitea.sha }}\nRef: ${{ gitea.ref }}\nStatus: ${{ job.status}}' \ ${{ secrets.NTFY_URL }}