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

View File

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

View File

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