4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/bash
|
|
|
|
docker tag $IMAGE_NAME ${repoName}:latest
|
|
docker push ${repoName}:latest
|