3 lines
60 B
Bash
3 lines
60 B
Bash
|
docker pull $2 \
|
||
|
&& docker tag $2 $1$2 \
|
||
|
&& docker push $1$2
|