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:
parent
c8b127d148
commit
e99d9171de
1
.github/scripts/docker-build.bash
vendored
1
.github/scripts/docker-build.bash
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user