Debug woodpecker
This commit is contained in:
parent
6256d92ca8
commit
1d9a573df4
1 changed files with 3 additions and 4 deletions
|
|
@ -2,12 +2,11 @@ when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
publish:
|
docker:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: codeberg.org
|
repo: codeberg.org/${CI_REPO}
|
||||||
repo: lvl0/incr
|
tags: ${CI_COMMIT_TAG}
|
||||||
tags: "${CI_COMMIT_TAG}"
|
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
context: .
|
context: .
|
||||||
username:
|
username:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue