switched registry to source.devloop.de

This commit is contained in:
damage 2023-05-13 22:27:32 +02:00
parent 128392794d
commit a9681327d0

View File

@ -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"