mirror of https://github.com/dirtbags/moth.git
This commit is contained in:
parent
4934396936
commit
2952c1b21c
|
@ -35,7 +35,7 @@ case $ACTION in
|
||||||
publish)
|
publish)
|
||||||
run docker build \
|
run docker build \
|
||||||
--file build/package/Containerfile \
|
--file build/package/Containerfile \
|
||||||
$(tags --destination) \
|
$(tags --tag) \
|
||||||
.
|
.
|
||||||
run docker push $(tags)
|
run docker push $(tags)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue