Add stable build
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Jannis Portmann 2023-07-08 18:04:28 +02:00
parent 8980df379b
commit 7ac1f71738

View file

@ -16,3 +16,29 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
---
kind: pipeline
type: docker
name: build
steps:
- name: build-image
image: plugins/docker
settings:
repo: git.thisfro.ch/pflaenz.li/pflaenzli
dockerfile: Dockerfile
tags:
- stable
registry: git.thisfro.ch/pflaenz.li/pflaenzli
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
event:
- promote
target:
- production