mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 17:18:30 +00:00
5 lines
104 B
Bash
5 lines
104 B
Bash
#!/bin/bash
|
|
|
|
docker tag $IMAGE_NAME $DOCKER_REPO:$SOURCE_COMMIT
|
|
docker push $DOCKER_REPO:$SOURCE_COMMIT
|