diff --git a/.github/workflows/publish-docker-container.yml b/.github/workflows/publish-docker-container.yml index dc887c4a..46ba569d 100644 --- a/.github/workflows/publish-docker-container.yml +++ b/.github/workflows/publish-docker-container.yml @@ -41,16 +41,9 @@ jobs: "DEVEXPRESS_NUGET_KEY=${{ secrets.DEVEXPRESS_NUGET_KEY }}" "PACKAGE_TOKEN=${{ secrets.PACKAGE_TOKEN }}" - - name: Docker Scout Quickview, Recommendations - uses: docker/scout-action@v1 - with: - command: quickview, recommendations --no-cache - image: stariongroup/comet-web-community-edition:latest - debug: true - -# - name: Invoke deployment hook -# if: github.ref_type == 'tag' -# uses: distributhor/workflow-webhook@v3 -# env: -# webhook_url: ${{ secrets.WEBHOOK_URL }} -# webhook_secret: ${{ secrets.WEBHOOK_SECRET }} \ No newline at end of file + - name: Invoke deployment hook + if: github.ref_type == 'tag' + uses: distributhor/workflow-webhook@v3 + env: + webhook_url: ${{ secrets.WEBHOOK_URL }} + webhook_secret: ${{ secrets.WEBHOOK_SECRET }} \ No newline at end of file