add woodpecker CI
All checks were successful
ci/woodpecker/push/docker-deploy Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2024-04-18 10:43:50 +02:00
parent 730326ede8
commit 47825aa2f6
Signed by: adoralaura
GPG key ID: E2E0F82107536C1B

View file

@ -8,7 +8,7 @@ steps:
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64 platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
repo: lauralani/ntppool-exporter repo: lauralani/ntppool-exporter
registry: https://index.docker.io/v1/ registry: https://index.docker.io/v1/
tags: pr-${CI_COMMIT_PULL_REQUEST} tag: pr-${CI_COMMIT_PULL_REQUEST}
username: lauralani username: lauralani
password: password:
from_secret: dockerhub_token from_secret: dockerhub_token
@ -28,3 +28,5 @@ steps:
username: lauralani username: lauralani
password: password:
from_secret: dockerhub_token from_secret: dockerhub_token