.woodpecker/3-build-tagged.yml aktualisiert
This commit is contained in:
parent
6e9e0ef348
commit
63731bf490
1 changed files with 4 additions and 7 deletions
|
@ -16,10 +16,6 @@ steps:
|
|||
- CI_COMMIT_BRANCH=${CI_COMMIT_BRANCH}
|
||||
- CI_COMMIT_SHORT_SHA=${CI_COMMIT_SHA:0:10}
|
||||
- CI_COMMIT_TAG=${CI_COMMIT_TAG}
|
||||
depends_on:
|
||||
- build-binary-UT-lin/amd64
|
||||
when:
|
||||
- event: tag
|
||||
|
||||
services:
|
||||
docker:
|
||||
|
@ -27,8 +23,9 @@ services:
|
|||
commands:
|
||||
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
||||
privileged: true
|
||||
when:
|
||||
- event: tag
|
||||
|
||||
depends_on:
|
||||
- 1-check
|
||||
|
||||
when:
|
||||
- event: tag
|
Loading…
Reference in a new issue