WIP: documentation
parent
8ef9c848e7
commit
0314378558
|
|
@ -44,5 +44,5 @@ steps:
|
||||||
"publish:documentation":
|
"publish:documentation":
|
||||||
image: alpine/crane # because the official crane image is not compatible with woodpecker (no /bin/sh)
|
image: alpine/crane # because the official crane image is not compatible with woodpecker (no /bin/sh)
|
||||||
commands:
|
commands:
|
||||||
- crane push --insecure image.tar "container.192.168.1.151.nip.io:8543/${CI_REPO_OWNER}/${CI_REPO_NAME}"
|
- crane push --insecure image.tar "container.demo.rattermeyer.de/${CI_REPO_OWNER}/${CI_REPO_NAME}"
|
||||||
directory: documentation
|
directory: documentation
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
test3
|
test4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue