repo.or.cz
/
marnav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Build: add clang-15.0.6 docker image
[marnav.git]
/
bin
/
docker-upload-all.sh
blob
4e72b84912fc9fb2c34eb1632125c3b6c67e08a7
1
#!/bin/bash -e
2
3
docker image
ls
\
4
|
grep
"mariokonrad/marnav"
\
5
|
awk
'{print
$1
":"
$2
}'
\
6
|
while
read
c
;
do
docker push
$c
;
done
7