You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
router/.drone.yml

33 lines
619 B
YAML

2 years ago
---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
trigger:
event:
- cron
- custom
- tag
steps:
- name: build
2 years ago
image: plugins/docker
settings:
registry: registry.fk.jochum.dev
username: robot$jo-micro+drone
password:
from_secret: registry.fk.jochum.dev-robot
2 years ago
dockerfile: ./docker/router/Dockerfile
2 years ago
repo: registry.fk.jochum.dev/jo-micro/router
build_args:
- DOCKER_IO=registry.fk.jochum.dev/docker_hub_cache
2 years ago
- DOCKER_ORG_JO_MICRO=registry.fk.jochum.dev/jo-micro
2 years ago
- VERSION=${DRONE_TAG:1}
tags:
2 years ago
- ${DRONE_TAG:1}
- latest