This commit is contained in:
alcapone1933
2022-10-28 20:36:28 +02:00
parent b116ba953b
commit 3cc78d252f
2 changed files with 34 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ trigger:
---
kind: pipeline
type: docker
name: BUILD
name: BUILD-Dockerhub
steps:
- name: Build Multi-arch
image: alcapone1933/drone:docker-buildx
@@ -49,3 +49,35 @@ trigger:
depends_on:
- BUILD-TEST
---
kind: pipeline
type: docker
name: BUILD-GitHub
steps:
- name: Build Multi-arch
image: alcapone1933/drone:docker-buildx
privileged: true
settings:
username:
from_secret: GITHUB_USER
password:
from_secret: GITHUB_PASS
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
registry: ghcr.io
repo: ghcr.io/alcapone1933/ddns-ipv64
auto_tag: true
# tags: latest
auto_tag: true
auto_tag_suffix: v0.0.1
trigger:
branch:
- master
event:
- custom
- push
- pull_request
depends_on:
- BUILD-Dockerhub

View File

@@ -13,7 +13,7 @@ services:
# Standert Alle 15 Minuten
- "CRON_TIME=*/15 * * * *"
# Standert Alle 30 Minuten Abfrage ob der Domain eintrag richtig ist
- "CRON_TIME_DIG=*/30 00 * * *"
- "CRON_TIME_DIG=*/30 * * * *"
- "DOMAIN_IPV64=DEINE DOMAIN https://ipv64.net/dyndns.php"
- "DOMAIN_KEY=DEIN DOMAIN KEY bzw. DynDNS Updatehash"