also build docker image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2023-09-25 09:35:39 +01:00
parent 3601b99ef1
commit 5f9400b9d4
Signed by: burble
GPG Key ID: E9B4156C1659C079

View File

@ -41,6 +41,18 @@ steps:
package: bird-lg-go
owner: burble.dn42
- name: docker
image: plugins/docker
settings:
registry: git.burble.dn42
repo: git.burble.dn42/burble.dn42/bird-lg-go
dockerfile: frontend/Dockerfile
context: frontend/
tags: frontend
username: burble
password:
from_secret: TOKEN
---
kind: secret
name: TOKEN
@ -48,8 +60,3 @@ get:
path: burble.dn42/kv/data/drone/git.burble.dn42
name: artifact-token
---
kind: signature
hmac: c784d52aa3d2c36eb2d18d1262c45296aa17332e181a303deb9c36bf52066e58
...