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

This commit is contained in:
damage 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 .

16
drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: source.devloop.de
repo: source.devloop.de/docker/apache-php
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest
- '8'