blob: 4cd13db473c629828db8fcc3de4c143ccb922b99 [file] [log] [blame] [view]
Steps to deploy:
* Build:
```
podman build -t USER_NAME/linuxtools-build-test-dependencies .
```
* Login
```
podman login docker.io
```
* Deploy
```
podman push docker.io/USER_NAME/linuxtools-build-test-dependencies
```
**Note:**
USER_NAME in various configs is 'akurtakov' now. If new image is published by another user this has to be changes in various Jenkins files and configs.