Files
huly-platform/dev/base-image/push.sh
2025-09-15 14:23:35 +07:00

12 lines
352 B
Bash
Executable File

#!/usr/bin/env bash
# Default version if not set
VERSION=${VERSION:-"latest"}
docker push hardcoreeng/base:${VERSION}
docker push hardcoreeng/base-slim:${VERSION}
docker push hardcoreeng/rekoni-base:${VERSION}
docker push hardcoreeng/print-base:${VERSION}
docker push hardcoreeng/front-base:${VERSION}
docker push hardcoreeng/preview-base:${VERSION}