Skip to content

Commit

Permalink
fix: dockerhub requires lowercase image names
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 28, 2023
1 parent 0039a35 commit 317249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
types: [published]

env:
IMAGE_NAME: "reneeTools"
IMAGE_NAME: "reneetools"
CONTEXT: "./"
NAMESPACE: "nciccbr"

Expand Down

0 comments on commit 317249b

Please sign in to comment.