We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caab91 commit abc78e2Copy full SHA for abc78e2
.github/workflows/dockerhub_deployment.yml
@@ -4,7 +4,9 @@
4
5
name: Docker Hub Deployment
6
7
-on: push
+on:
8
+ release:
9
+ types: [released]
10
11
jobs:
12
push_to_registry:
0 commit comments