oops, add in dockerhub repo to ci.sh

This commit is contained in:
Neale Pickett 2021-10-20 14:49:40 -06:00
parent a2ce3682ab
commit 40f8f71778
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e
images="ghcr.io/dirtbags/moth"
images="ghcr.io/dirtbags/moth dirtbags/moth"
ACTION=$1
if [ -z "$ACTION" ]; then