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:
|
build-docker:
|
||||||
image: *buildx_plugin_image
|
image: *buildx_plugin_image
|
||||||
pull: true
|
pull: true
|
||||||
|
secrets:
|
||||||
|
- source: goproxy_override
|
||||||
|
target: goproxy
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile.ci
|
dockerfile: Dockerfile.ci
|
||||||
platforms: *docker_platforms
|
platforms: *docker_platforms
|
||||||
|
@ -123,6 +126,7 @@ pipeline:
|
||||||
build_args_from_env:
|
build_args_from_env:
|
||||||
- CI_REPO_CLONE_URL
|
- CI_REPO_CLONE_URL
|
||||||
- CI_COMMIT_SHA
|
- CI_COMMIT_SHA
|
||||||
|
- GOPROXY
|
||||||
password:
|
password:
|
||||||
from_secret: releaseteamtoken
|
from_secret: releaseteamtoken
|
||||||
username:
|
username:
|
||||||
|
|
Loading…
Reference in New Issue