We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7ed05 commit 00db404Copy full SHA for 00db404
.github/workflows/docker-publish.yml
@@ -3,10 +3,10 @@ name: Publish Docker image
3
on:
4
release:
5
types: [published]
6
- # Use for testing this script, which will be triggered after a push
7
- push:
8
- branches:
9
- - 'develop'
+ # # Use for testing this script, which will be triggered after a push
+ # push:
+ # branches:
+ # - 'develop'
10
jobs:
11
push_to_registry:
12
name: Push Docker image to Docker Hub
0 commit comments