We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0080938 commit 172ca2eCopy full SHA for 172ca2e
1 file changed
.github/workflows/docker-publish.yml
@@ -80,7 +80,7 @@ jobs:
80
runs-on: ubuntu-latest
81
permissions:
82
contents: read
83
- if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
+ if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
84
env:
85
GRYPE_VERSION: "0.111.1"
86
steps:
0 commit comments