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