woodpecker: add "built by" for docker builds

hopefully works? but untested since it doesn't really matter.
jellyseerr
Harvey Tindall 6 months ago
parent c75418db67
commit 1a85feb344
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

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

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

Loading…
Cancel
Save