We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f9f6bc + 4278f0f commit ee35533Copy full SHA for ee35533
buildspec/merge_master.yaml
@@ -9,7 +9,6 @@ phases:
9
- echo Building the Docker image...
10
- export DS_PYTHON_IMG_VERSION=$(head -n 1 ./.ds_python_version)
11
- docker build --build-arg="DS_PYTHON_IMG_VERSION=${DS_PYTHON_IMG_VERSION}" -t ${REPOSITORY_URI}:latest -t civisanalytics/civis-jupyter-python3:latest .
12
- - civisanalytics/civis-jupyter-python3
13
- docker image push --all-tags ${REPOSITORY_URI}
14
- docker image push --all-tags civisanalytics/civis-jupyter-python3
15
post_build:
0 commit comments