This commit is contained in:
parent
53816e4d9b
commit
b488bc2bd8
7
build.sh
7
build.sh
@ -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
16
drone.yml
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user