Update master_push.yml
This commit is contained in:
4
.github/workflows/master_push.yml
vendored
4
.github/workflows/master_push.yml
vendored
@@ -111,10 +111,10 @@ jobs:
|
|||||||
run: docker image rm ghcr.io/mateuszskoczek/watchit.webapi
|
run: docker image rm ghcr.io/mateuszskoczek/watchit.webapi
|
||||||
- name: Stop old WatchIt.Website container
|
- name: Stop old WatchIt.Website container
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: docker container stop watchit.webapi
|
run: docker container stop watchit.website
|
||||||
- name: Remove old WatchIt.Website container
|
- name: Remove old WatchIt.Website container
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: docker container rm watchit.webapi
|
run: docker container rm watchit.website
|
||||||
- name: Remove old WatchIt.Website image
|
- name: Remove old WatchIt.Website image
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: docker image rm ghcr.io/mateuszskoczek/watchit.website
|
run: docker image rm ghcr.io/mateuszskoczek/watchit.website
|
||||||
|
|||||||
Reference in New Issue
Block a user