This commit is contained in:
parent
6b161e500c
commit
657ff25d36
1 changed files with 14 additions and 0 deletions
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
steps:
|
||||||
|
build-pg-16:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
repo: gitea.simcop2387.info/simcop2387/ai-postgresql
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
auto_tag: true
|
||||||
|
tags:
|
||||||
|
- "build-${CI_PIPELINE_NUMBER}"
|
||||||
|
logins:
|
||||||
|
- registry: https://gitea.simcop2387.info/
|
||||||
|
username: simcop2387
|
||||||
|
password:
|
||||||
|
from_secret: docker_token
|
Loading…
Add table
Reference in a new issue