add docker building in pipeline

This commit is contained in:
2024-05-15 20:52:52 +03:00
parent 5dcd4a837b
commit 026ab29039
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@
```shell
docker run -v $(pwd)/config.yaml:/application/config.yaml \
-v $(pwd)/id_rsa:/root/.ssh/id_rsa \
-v $(pwd)/config:/root/.ssh/config <kube_forge_image> apply
-v $(pwd)/config:/root/.ssh/config harbor.kvazaric.ru/kube-forge/kube-forge:1.0-5dcd4a83 apply
```