Skip to content

Commit 3c9a314

Browse files
authored
Update docker-publish.yml
removed push trigger
1 parent f1b1a77 commit 3c9a314

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-publish.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Publish Docker image
33
on:
44
release:
55
types: [published]
6-
push:
7-
branches:
8-
- 'develop'
6+
# Use for testing this script, which will be triggered after a push
7+
# push:
8+
# branches:
9+
# - 'develop'
910
jobs:
1011
push_to_registry:
1112
name: Push Docker image to Docker Hub

0 commit comments

Comments
 (0)