File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ release:
4040 repo=yegor256/hone
4141 phino_version=$(cat ../default-phino-version.txt)
4242 jeo_version=$(cat ../default-jeo-version.txt)
43- sudo docker build --build-arg "PHINO_VERSION=${phino_version}" --build-arg "JEOO_VERSION =${jeo_version}" "$(pwd)" --tag "${repo}:${tag}"
44- sudo docker build --build-arg "PHINO_VERSION=${phino_version}" --build-arg "JEOO_VERSION =${jeo_version}" "$(pwd)" --tag "${repo}:latest"
43+ sudo docker build --build-arg "PHINO_VERSION=${phino_version}" --build-arg "JEO_VERSION =${jeo_version}" "$(pwd)" --tag "${repo}:${tag}"
44+ sudo docker build --build-arg "PHINO_VERSION=${phino_version}" --build-arg "JEO_VERSION =${jeo_version}" "$(pwd)" --tag "${repo}:latest"
4545 sudo docker push "${repo}:${tag}"
4646 sudo docker push "${repo}:latest"
You can’t perform that action at this time.
0 commit comments