Merge pull request #56 from svc-design/sync-images-external-dns

sync image: external-dns:0.14.0-debian-11-r4 -> harbor.onwalk.net
This commit is contained in:
shenlan 2024-07-12 09:11:30 +08:00 committed by GitHub
commit dfad761561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: SYNC Images
name: sync images
on:
schedule:
@ -44,3 +44,4 @@ jobs:
sync_image "nginx:1.16.0" "harbor.onwalk.net/public/nginx:1.16.0"
sync_image "busybox:1.28" "harbor.onwalk.net/public/busybox:1.28"
sync_image "photoprism/photoprism:latest" "harbor.onwalk.net/public/photoprism:latest"
sync_image "bitnami/external-dns:0.14.0-debian-11-r4" "harbor.onwalk.net/public/bitnami/external-dns:0.14.0-debian-11-r4"