We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939d30f commit fe6aa1cCopy full SHA for fe6aa1c
.github/workflows/docker-image.yml
@@ -1,8 +1,8 @@
1
name: Docker Image CI
2
3
on:
4
- push:
5
- branches: [ "main" ]
+ release:
+ types: [published]
6
7
jobs:
8
push_to_registry:
0 commit comments