removed .woodpecker.yml
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 13s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 13s
This commit is contained in:
parent
b6d7f15c3c
commit
61cb0181ef
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
|||
pipeline:
|
||||
docker:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
- DOCKER_USERNAME
|
||||
- DOCKER_PASSWORD
|
||||
repo: samuelph/connectivity-check
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
cr:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
- source: CR_USERNAME
|
||||
target: DOCKER_USERNAME
|
||||
- source: CR_PASSWORD
|
||||
target: DOCKER_PASSWORD
|
||||
registry: cr.sp-codes.de
|
||||
repo: cr.sp-codes.de/samuel-p/connectivity-check
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
Loading…
Reference in a new issue