4 lines
87 B
Bash
4 lines
87 B
Bash
#!/bin/bash
|
|
docker tag $IMAGE_NAME $DOCKER_REPO:latest
|
|
docker push $DOCKER_REPO:latest
|