From 137fb66fedcf555d92d23005957e0ddafbc30eb0 Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Fri, 24 Oct 2025 21:27:39 +0200 Subject: [PATCH] remove ghcr for now Signed-off-by: Ronni Skansing --- .github/workflows/release.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e56ee7..6e42bce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,24 +137,6 @@ jobs: --title "PhishingClub ${{ steps.get_version.outputs.TAG }}" \ --notes "${{ steps.get_release_notes.outputs.NOTES }}" - - name: Build and push Docker image - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile.release - push: true - tags: | - ghcr.io/${{ github.repository }}:latest - ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.VERSION }} - ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.TAG }} - labels: | - org.opencontainers.image.title=PhishingClub - org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }} - org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }} - org.opencontainers.image.version=${{ steps.get_version.outputs.VERSION }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - org.opencontainers.image.revision=${{ github.sha }} - - name: Notify about release run: | curl -d "phishingclub version ${{ steps.get_version.outputs.VERSION }} has been released on GitHub" https://ntfy.sh/phishing_club_released