Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Feb 14, 2023
1 parent b473c72 commit 75649ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Docker

on:
workflow_dispatch:
workflow_call:
push:
branches: [ main ]
pull_request:
Expand Down Expand Up @@ -85,4 +86,4 @@ jobs:

- name: Stop containers
if: always()
run: docker-compose down
run: docker-compose down

0 comments on commit 75649ba

Please sign in to comment.