1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-07 21:10:11 +00:00

woodpecker: add "built by" for docker builds

hopefully works? but untested since it doesn't really matter.
This commit is contained in:
Harvey Tindall 2024-07-26 13:07:41 +01:00
parent c75418db67
commit 1a85feb344
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@ when:
steps:
- name: build
image: docker.io/woodpeckerci/plugin-docker-buildx
environment:
BUILTBY:
from_secret: BUILT_BY
settings:
username:
from_secret: DOCKER_USERNAME

View File

@ -5,6 +5,9 @@ when:
steps:
- name: build
image: docker.io/woodpeckerci/plugin-docker-buildx
environment:
BUILTBY:
from_secret: BUILT_BY
settings:
username:
from_secret: DOCKER_USERNAME