Files
2026-04-09 19:01:53 +08:00

4 lines
87 B
Bash

#!/bin/bash
docker tag $IMAGE_NAME $DOCKER_REPO:latest
docker push $DOCKER_REPO:latest