This commit is contained in:
Neale Pickett 2021-10-19 18:53:18 -06:00
parent c0092751b5
commit 31fd9c2fab
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ case $ACTION in
publish)
docker build \
--file build/package/Containerfile \
$(tags)
$(tags) \
.
docker push $(tags --destination)
;;
*)