ci: update woodpecker configs

This commit is contained in:
Dmitriy Pleshevskiy 2024-03-12 17:04:17 +03:00
parent 81ed5fd91e
commit 159f905bf5
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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: