ci: update woodpecker configs
This commit is contained in:
parent
81ed5fd91e
commit
159f905bf5
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
build-docker-image:
|
- name: build-docker-image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: ${ORG_REGISTRY}/${CI_REPO}
|
repo: ${ORG_REGISTRY}/${CI_REPO}
|
||||||
|
@ -10,7 +10,7 @@ pipeline:
|
||||||
- "${CI_COMMIT_BRANCH}"
|
- "${CI_COMMIT_BRANCH}"
|
||||||
- "${CI_COMMIT_SHA:0:8}"
|
- "${CI_COMMIT_SHA:0:8}"
|
||||||
|
|
||||||
deploy:
|
- name: deploy
|
||||||
image: ${ORG_REGISTRY}/drone_plugins/docker_stack
|
image: ${ORG_REGISTRY}/drone_plugins/docker_stack
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue