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: