Update .github/workflows/docker-image.yml
All checks were successful
build and deploy docs / build (push) Successful in 15s
build and deploy docs / publish (push) Successful in 3s

This commit is contained in:
DariusKlein 2025-01-20 13:51:13 +01:00
parent 5a4301326d
commit a8655b2180

View File

@ -30,9 +30,9 @@ jobs:
steps:
- name: Docker stop
run: docker stop infrastructure-kleinserver-klein-docs || true
run: docker stop infrastructure-kleinserver-klein-docs || true
- name: Docker remove
run: docker rm infrastructure-kleinserver-klein-docs
run: docker rm infrastructure-kleinserver-klein-docs || true
- name: Docker login
run: docker login 192.168.1.200:3000 -p ${{secrets.docker_password}} -u ${{secrets.docker_username}}
- name: Docker pull