attempt 2 at BUILT_BY in Docker CI

This commit is contained in:
Harvey Tindall
2024-07-26 16:25:38 +01:00
parent 1a85feb344
commit c5d45355a8
3 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -5,9 +5,7 @@ when:
steps:
- name: build
image: docker.io/woodpeckerci/plugin-docker-buildx
environment:
BUILTBY:
from_secret: BUILT_BY
secrets: [ BUILT_BY ]
settings:
username:
from_secret: DOCKER_USERNAME
@@ -17,6 +15,8 @@ steps:
tags: unstable
registry: docker.io
platforms: linux/amd64,linux/arm64,linux/arm/v7
build_args:
- BUILT_BY: $BUILT_BY
- name: buildrone
image: docker.io/python
environment:
+3 -3
View File
@@ -5,9 +5,7 @@ when:
steps:
- name: build
image: docker.io/woodpeckerci/plugin-docker-buildx
environment:
BUILTBY:
from_secret: BUILT_BY
secrets: [ BUILT_BY ]
settings:
username:
from_secret: DOCKER_USERNAME
@@ -17,6 +15,8 @@ steps:
tags: latest
registry: docker.io
platforms: linux/amd64,linux/arm64,linux/arm/v7
build_args:
- BUILT_BY: $BUILT_BY
- name: buildrone
image: docker.io/python
environment: