switch to drone build
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-06-30 20:00:03 +02:00
parent 53816e4d9b
commit b488bc2bd8
2 changed files with 17 additions and 6 deletions

View File

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