1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-16 04:02:15 +00:00

Docker: make sure image has sensible default name

This commit is contained in:
Brenden Matthews 2024-06-01 10:11:36 -04:00
parent c8b127d148
commit e99d9171de

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -ex
DOCKERHUB_USERNAME="${DOCKERHUB_USERNAME:-conky}"
DOCKERHUB_IMAGE_ID=$DOCKERHUB_USERNAME/$IMAGE_NAME
# Change all uppercase to lowercase