Skip to content

Commit 0c8e0fd

Browse files
authored
Cut too much
1 parent 91ee54b commit 0c8e0fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hooks/variants

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ function generate_table() {
4747
done
4848
}
4949

50+
function docker_push() {
51+
docker push $@
52+
}
53+
5054
function docker_build() {
5155
# Ulimit nofile=1024 is required as workaround for python programs (eg. yum)
5256
# When some python programs close, they try to close all possible fds

0 commit comments

Comments
 (0)