e
ci/woodpecker/push/release-version Pipeline failed
Details
ci/woodpecker/push/release-version Pipeline failed
Details
parent
ae8c0b9059
commit
118d90b39e
|
@ -111,6 +111,9 @@ pipeline:
|
|||
build-docker:
|
||||
image: *buildx_plugin_image
|
||||
pull: true
|
||||
secrets:
|
||||
- source: goproxy_override
|
||||
target: goproxy
|
||||
settings:
|
||||
dockerfile: Dockerfile.ci
|
||||
platforms: *docker_platforms
|
||||
|
@ -123,6 +126,7 @@ pipeline:
|
|||
build_args_from_env:
|
||||
- CI_REPO_CLONE_URL
|
||||
- CI_COMMIT_SHA
|
||||
- GOPROXY
|
||||
password:
|
||||
from_secret: releaseteamtoken
|
||||
username:
|
||||
|
|
Loading…
Reference in New Issue