Skip to content

Commit

Permalink
......................
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Dec 10, 2024
1 parent 31213f1 commit e31218c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/publish-docker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
- 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 }}

0 comments on commit e31218c

Please sign in to comment.