Update pipeline.yml
This commit is contained in:
parent
69be6a2288
commit
173ef5e577
@ -2,7 +2,7 @@ pipeline:
|
|||||||
generate_tag:
|
generate_tag:
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags
|
- echo -n "${CI_COMMIT_BRANCH//\//-}-${CI_COMMIT_SHA:0:8}, latest" > .tags
|
||||||
|
|
||||||
publish_api:
|
publish_api:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
Loading…
Reference in New Issue
Block a user