From bc4c63b9980303aa03d0d02fc0f0ada0425ba9b5 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 16 Jul 2025 21:58:09 +0100 Subject: [PATCH] ci: another amendment foor woodpecker 3.x --- .woodpecker/git-docker.yaml | 6 ++---- .woodpecker/stable-docker.yaml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.woodpecker/git-docker.yaml b/.woodpecker/git-docker.yaml index 2798a0e..2f1cc6e 100644 --- a/.woodpecker/git-docker.yaml +++ b/.woodpecker/git-docker.yaml @@ -5,9 +5,6 @@ when: steps: - name: build image: docker.io/woodpeckerci/plugin-docker-buildx - environment: - BUILT_BY: - from_secret: BUILT_BY settings: username: from_secret: DOCKER_USERNAME @@ -18,7 +15,8 @@ steps: registry: docker.io platforms: linux/amd64,linux/arm64,linux/arm/v7 build_args: - - BUILT_BY: $BUILT_BY + - BUILT_BY: + from_secret: BUILT_BY - name: buildrone image: docker.io/python environment: diff --git a/.woodpecker/stable-docker.yaml b/.woodpecker/stable-docker.yaml index 9ef0d41..73f7f4e 100644 --- a/.woodpecker/stable-docker.yaml +++ b/.woodpecker/stable-docker.yaml @@ -5,9 +5,6 @@ when: steps: - name: build image: docker.io/woodpeckerci/plugin-docker-buildx - environment: - BUILT_BY: - from_secret: BUILT_BY settings: username: from_secret: DOCKER_USERNAME @@ -18,7 +15,8 @@ steps: registry: docker.io platforms: linux/amd64,linux/arm64,linux/arm/v7 build_args: - - BUILT_BY: $BUILT_BY + - BUILT_BY: + from_secret: BUILT_BY - name: buildrone image: docker.io/python environment: