|
|
@ -5,9 +5,7 @@ when:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
- name: build
|
|
|
|
image: docker.io/woodpeckerci/plugin-docker-buildx
|
|
|
|
image: docker.io/woodpeckerci/plugin-docker-buildx
|
|
|
|
environment:
|
|
|
|
secrets: [ BUILT_BY ]
|
|
|
|
BUILTBY:
|
|
|
|
|
|
|
|
from_secret: BUILT_BY
|
|
|
|
|
|
|
|
settings:
|
|
|
|
settings:
|
|
|
|
username:
|
|
|
|
username:
|
|
|
|
from_secret: DOCKER_USERNAME
|
|
|
|
from_secret: DOCKER_USERNAME
|
|
|
@ -17,6 +15,8 @@ steps:
|
|
|
|
tags: unstable
|
|
|
|
tags: unstable
|
|
|
|
registry: docker.io
|
|
|
|
registry: docker.io
|
|
|
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
|
|
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
|
|
|
|
|
|
|
build_args:
|
|
|
|
|
|
|
|
- BUILT_BY: $BUILT_BY
|
|
|
|
- name: buildrone
|
|
|
|
- name: buildrone
|
|
|
|
image: docker.io/python
|
|
|
|
image: docker.io/python
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|