mirror of https://github.com/dirtbags/moth.git
This commit is contained in:
parent
c0092751b5
commit
31fd9c2fab
|
@ -30,7 +30,8 @@ case $ACTION in
|
|||
publish)
|
||||
docker build \
|
||||
--file build/package/Containerfile \
|
||||
$(tags)
|
||||
$(tags) \
|
||||
.
|
||||
docker push $(tags --destination)
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue