Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 328 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 328 Bytes

artemis-c-docker

Image on DockerHub

Publish to DockerHub and GitHub Registry

docker checkout master
docker pull
docker tag <tagname>
docker push --tags

Example

docker checkout master
docker pull
docker tag v1.0
docker push --tags