switch to drone

This commit is contained in:
2024-06-30 20:40:07 +02:00
parent fd29c104cb
commit 766bd82cdd
2 changed files with 16 additions and 7 deletions

View File

@@ -1,9 +1,3 @@
#!/bin/bash
now=`date +%Y%m%d%H%M%S`
docker image build --pull --tag "source.devloop.de/docker/pdns:${now}" .
docker image tag "source.devloop.de/docker/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"
docker image build --pull .