Skip to content

Commit

Permalink
chore(docker-publish.yml): comment out unused push and workflow_dispa…
Browse files Browse the repository at this point in the history
…tch triggers

chore(docker-publish.yml): update workflow_run trigger to listen for specific event types and workflows
  • Loading branch information
marat2509 committed Mar 5, 2024
1 parent 9dedca3 commit f4cf1da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Create and publish a Docker image to GHCR

on:
push: {}
workflow_dispatch: {}
# push: {}
# workflow_dispatch: {}
workflow_run:
workflows: ["OpenCommit Action"]
types:
- completed

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit f4cf1da

Please sign in to comment.