1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-17 11:55:32 +02:00
2023-11-21 17:37:29 +03:00

5 lines
119 B
Bash

#!/bin/bash
DATETAG=$(date +%Y%m%d%H%M)
docker tag $IMAGE_NAME $DOCKER_REPO:$DATETAG
docker push $DOCKER_REPO:$DATETAG