Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 427 Bytes

File metadata and controls

20 lines (13 loc) · 427 Bytes

How to publish Docker image

Register at the Docker Hub.

Run publish.ps1 script passing it a package version:

$ src/docker/publish.ps1 0.17.4

If you want to change the script parameters, consult its' help section:

$ Get-Help src/docker/publish.ps1