7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VERSION=0.4.0
|
|
|
|
docker image build --no-cache -t asolkar/speed-data-docker:${VERSION} . && \
|
|
docker push asolkar/speed-data-docker:${VERSION}
|