Skip to content

Commit

Permalink
Docker: make sure image has sensible default name
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jun 1, 2024
1 parent c8b127d commit e99d917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/docker-build.bash
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e99d917

Please sign in to comment.