mirror of
https://github.com/mykitserver/docker-ddns-ipv64.git
synced 2026-02-06 04:28:50 +01:00
update
This commit is contained in:
34
.drone.yml
34
.drone.yml
@@ -23,7 +23,7 @@ trigger:
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: BUILD
|
name: BUILD-Dockerhub
|
||||||
steps:
|
steps:
|
||||||
- name: Build Multi-arch
|
- name: Build Multi-arch
|
||||||
image: alcapone1933/drone:docker-buildx
|
image: alcapone1933/drone:docker-buildx
|
||||||
@@ -49,3 +49,35 @@ trigger:
|
|||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- BUILD-TEST
|
- 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
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ services:
|
|||||||
# Standert Alle 15 Minuten
|
# Standert Alle 15 Minuten
|
||||||
- "CRON_TIME=*/15 * * * *"
|
- "CRON_TIME=*/15 * * * *"
|
||||||
# Standert Alle 30 Minuten Abfrage ob der Domain eintrag richtig ist
|
# 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_IPV64=DEINE DOMAIN https://ipv64.net/dyndns.php"
|
||||||
- "DOMAIN_KEY=DEIN DOMAIN KEY bzw. DynDNS Updatehash"
|
- "DOMAIN_KEY=DEIN DOMAIN KEY bzw. DynDNS Updatehash"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user