Skip to content

Commit bb570e1

Browse files
authored
Update docker.yml
1 parent 4c76860 commit bb570e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: build services
2424
run: docker compose build
2525

26+
- name: push images
27+
run: docker compose push
28+
2629
- name: run services
2730
run: docker compose up --build -d
2831

0 commit comments

Comments
 (0)