mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-03-21 17:55:00 -05:00
7 lines
172 B
Bash
7 lines
172 B
Bash
#!/bin/bash
|
|
|
|
for image in "builder32" "builder64" "builderarm32" "builderarm64" "builderriscv64" "builderandroid" ;
|
|
do
|
|
docker image push lorenzooone/cc3dsfs:${image}
|
|
done
|