Update .github/workflows/docker-image.yml
Some checks failed
build and deploy docs / build (push) Successful in 15s
build and deploy docs / publish (push) Failing after 2s

This commit is contained in:
Rudi klein 2025-01-11 13:38:48 +01:00
parent 501921470a
commit ec7d31948a

View File

@ -19,7 +19,7 @@ jobs:
- name: Build the Docker image
run: docker build . --tag 192.168.1.200:3000/klein-projects/klein-docs:latest
- name: Docker push
run: docker push 192.168.1.200/klein-projects:3000/klein-docs:latest
run: docker push 192.168.1.200:3000/klein-projects/klein-docs:latest
publish: