We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6de99 commit a439cc6Copy full SHA for a439cc6
.github/workflows/deploy_on_release.yml
@@ -3,8 +3,8 @@
3
name: Create and publish a Docker image
4
5
on:
6
- push:
7
- branches: ['release']
+ release:
+ types: ['published']
8
9
env:
10
REGISTRY: ghcr.io
0 commit comments