switched registry to source.devloop.de
This commit is contained in:
parent
128392794d
commit
a9681327d0
9
build.sh
9
build.sh
@ -1,3 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build --pull --tag tuxmainy/http:local .
|
||||
now=`date +%Y%m%d%H%M%S`
|
||||
|
||||
docker image build --pull --tag "tuxmainy/apache-php:${now}" .
|
||||
docker image tag "tuxmainy/apache-php:${now}" "source.devloop.de/docker/apache-php:${now}"
|
||||
docker image tag "tuxmainy/apache-php:${now}" "source.devloop.de/docker/apache-php:latest"
|
||||
docker image push "source.devloop.de/docker/apache-php:${now}"
|
||||
docker image push "source.devloop.de/docker/apache-php:latest"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user