Compare commits

..

2 commits
main ... test

Author SHA1 Message Date
77373b721d test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-10-14 22:44:21 +02:00
fcd6dd1f60 test 2024-10-14 22:42:09 +02:00
2 changed files with 12 additions and 23 deletions

View file

@ -1,23 +0,0 @@
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: build and deploy
image: plugins/docker
settings:
dockerfile: Dockerfile
repo: registry.saces.eu/saces/keymaker
registry: registry.saces.eu
username:
from_secret: registreu_user
password:
from_secret: registreu_spassword
tags: latest
node:
saces: saces

12
.woodpecker.yaml Normal file
View file

@ -0,0 +1,12 @@
when:
- event: push
branch: test
steps:
- name: build
image: plugins/docker
settings:
dockerfile: Dockerfile
repo: registry.saces.eu/saces/keymaker
registry: registry.saces.eu
tags: latest