diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7a44e9c1..de2f6fcd 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -59,6 +59,11 @@ jobs: push: true tags: ghcr.io/${{ env.REPO_OWNER }}/ssh-project:${{ env.IMAGE_TAG }} labels: org.opencontainers.image.source=https://github.com/${{ github.repository }} + + - name: Notify via ntfy + run: | + curl -d "Docker image build and push completed successfully for tag: ${{ env.IMAGE_TAG }}" \ + https://ntfy.karmaashomepage.online/ssh-project-build - name: Cleanup Docker Images run: docker image prune -af \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5feb9267..386b92e8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,16 +4,9 @@