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)
|
publish)
|
||||||
docker build \
|
docker build \
|
||||||
--file build/package/Containerfile \
|
--file build/package/Containerfile \
|
||||||
$(tags)
|
$(tags) \
|
||||||
|
.
|
||||||
docker push $(tags --destination)
|
docker push $(tags --destination)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue