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
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