1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-12 09:54:55 -07:00

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

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