ci: another amendment foor woodpecker 3.x

This commit is contained in:
Harvey Tindall
2025-07-16 21:58:09 +01:00
parent 537b45951e
commit bc4c63b998
2 changed files with 4 additions and 8 deletions
+2 -4
View File
@@ -5,9 +5,6 @@ when:
steps: steps:
- name: build - name: build
image: docker.io/woodpeckerci/plugin-docker-buildx image: docker.io/woodpeckerci/plugin-docker-buildx
environment:
BUILT_BY:
from_secret: BUILT_BY
settings: settings:
username: username:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
@@ -18,7 +15,8 @@ steps:
registry: docker.io registry: docker.io
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
build_args: build_args:
- BUILT_BY: $BUILT_BY - BUILT_BY:
from_secret: BUILT_BY
- name: buildrone - name: buildrone
image: docker.io/python image: docker.io/python
environment: environment:
+2 -4
View File
@@ -5,9 +5,6 @@ when:
steps: steps:
- name: build - name: build
image: docker.io/woodpeckerci/plugin-docker-buildx image: docker.io/woodpeckerci/plugin-docker-buildx
environment:
BUILT_BY:
from_secret: BUILT_BY
settings: settings:
username: username:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
@@ -18,7 +15,8 @@ steps:
registry: docker.io registry: docker.io
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
build_args: build_args:
- BUILT_BY: $BUILT_BY - BUILT_BY:
from_secret: BUILT_BY
- name: buildrone - name: buildrone
image: docker.io/python image: docker.io/python
environment: environment: