Convenience script to upload docker image to hub
This commit is contained in:
6
docker_push.sh
Executable file
6
docker_push.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=0.2.0
|
||||
|
||||
docker image build --no-cache -t asolkar/speed-data-docker:${VERSION} . && \
|
||||
docker push asolkar/speed-data-docker:${VERSION}
|
||||
Reference in New Issue
Block a user