Skip to content

Commit 9fd0095

Browse files
authored
Update dispatch-docker-image.yml
1 parent 9e013fb commit 9fd0095

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/dispatch-docker-image.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: MANUAL Build and Publish image to Docker Hub
22

33
on:
4-
push:
5-
tags:
6-
- "*.RELEASE"
4+
[workflow_dispatch]
75

86
jobs:
97
publish_images:
@@ -17,4 +15,3 @@ jobs:
1715
run: |
1816
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
1917
docker push cmometadb/smile-server:${{ github.ref_name }}
20-

0 commit comments

Comments
 (0)