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
|
||||
|
||||
steps:
|
||||
publish:
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
registry: codeberg.org
|
||||
repo: lvl0/incr
|
||||
tags: "${CI_COMMIT_TAG}"
|
||||
repo: codeberg.org/${CI_REPO}
|
||||
tags: ${CI_COMMIT_TAG}
|
||||
dockerfile: docker/Dockerfile
|
||||
context: .
|
||||
username:
|
||||
|
|
|
|||
Loading…
Reference in a new issue