fix tag to not have comma
This commit is contained in:
parent
e31f5adef1
commit
205ae7c7d3
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -3,7 +3,7 @@
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
for build in 5*; do
|
for build in 5*; do
|
||||||
TAG=simcop2387/perl:$build
|
TAG=simcop2387/perl:$(echo $build | perl -pE 's/,/-/g')
|
||||||
( cd $build;
|
( cd $build;
|
||||||
docker build -t $TAG .
|
docker build -t $TAG .
|
||||||
docker push $TAG
|
docker push $TAG
|
||||||
|
|
Loading…
Add table
Reference in a new issue