added woodpecker yml
This commit is contained in:
parent
25074605d4
commit
3feec440e5
2 changed files with 18 additions and 0 deletions
18
.woodpecker.yml
Normal file
18
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build-and-push
|
||||
image: appleboy/drone-docker # This plugin handles the "Inception" part for you
|
||||
settings:
|
||||
registry: registry.coolify1.workaround.org
|
||||
repo: registry.coolify1.workaround.org/debshots
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASSWORD
|
||||
dockerfile: Dockerfile
|
||||
tags:
|
||||
- latest
|
||||
- ${CI_COMMIT_SHA:0:7} # Clean short-hash tagging
|
||||
# This plugin automatically uses a dedicated volume for caching layers
|
||||
Loading…
Add table
Add a link
Reference in a new issue