Chore: add config
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Dorian Zedler 2023-02-16 20:30:50 +01:00
parent 0c31f2baab
commit 83b8dcc7cf
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
kind: pipeline
type: docker
name: default
steps:
- name: build and publish
image: plugins/docker
settings:
registry: itsblue.dev
repo: itsblue.dev/plugins/wasm-pack
auto_tag: true
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: release
image: plugins/gitea-release
settings:
base_url: https://itsblue.dev
api_key:
from_secret: docker_password
trigger:
ref:
- refs/tags/v*