mirror of https://github.com/dirtbags/moth.git
This commit is contained in:
parent
b5d4ab5c15
commit
4934396936
|
@ -35,9 +35,9 @@ case $ACTION in
|
|||
publish)
|
||||
run docker build \
|
||||
--file build/package/Containerfile \
|
||||
$(tags) \
|
||||
$(tags --destination) \
|
||||
.
|
||||
run docker push $(tags --destination)
|
||||
run docker push $(tags)
|
||||
;;
|
||||
*)
|
||||
echo "Unknown action: $1" 1>&2
|
||||
|
|
Loading…
Reference in New Issue