We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00372b6 commit 7864ba5Copy full SHA for 7864ba5
.github/workflows/clean.yml
@@ -2,7 +2,8 @@ name: Clean untagged docker images from ghcr.io
2
3
on:
4
release:
5
- - published
+ types:
6
+ - published
7
workflow_dispatch:
8
9
jobs:
0 commit comments