Skip to content

Commit 75649ba

Browse files
authored
Update docker-publish.yml
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
1 parent b473c72 commit 75649ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Docker
33

44
on:
55
workflow_dispatch:
6+
workflow_call:
67
push:
78
branches: [ main ]
89
pull_request:
@@ -85,4 +86,4 @@ jobs:
8586

8687
- name: Stop containers
8788
if: always()
88-
run: docker-compose down
89+
run: docker-compose down

0 commit comments

Comments
 (0)