Debug woodpecker
This commit is contained in:
parent
9eda6895c5
commit
478f8a473f
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ steps:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: codeberg.org/${CI_REPO}
|
registry: codeberg.org
|
||||||
|
repo: codeberg.org/lvl0/incr
|
||||||
tags: ${CI_COMMIT_TAG}
|
tags: ${CI_COMMIT_TAG}
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue