chore: change default reponame to rkcsd/flyspray
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Usage: ./build-all.sh [image-name]
|
# Usage: ./build-all.sh [image-name]
|
||||||
|
|
||||||
name="${1:-flyspray}"
|
name="${1:-rkcsd/flyspray}"
|
||||||
|
|
||||||
docker build -t "$name:1.0-rc10-mysqli" -t "$name:1.0-rc10" -t "$name:latest" ./1.0-rc10/mysqli
|
docker build -t "$name:1.0-rc10-mysqli" -t "$name:1.0-rc10" -t "$name:latest" ./1.0-rc10/mysqli
|
||||||
docker build -t "$name:1.0-rc10-pgsql" ./1.0-rc10/pgsql
|
docker build -t "$name:1.0-rc10-pgsql" ./1.0-rc10/pgsql
|
||||||
|
|||||||
Reference in New Issue
Block a user