mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-13 06:37:37 +02:00
Some checks failed
Documentation / Build and Deploy Documentation (push) Has been skipped
Checks / Prefligit / prefligit (push) Failing after 2s
Release Docker Image / define-variables (push) Failing after 3s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been skipped
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been skipped
Release Docker Image / merge (push) Has been skipped
Checks / Rust / Format (push) Failing after 3s
Checks / Rust / Clippy (push) Failing after 18s
Checks / Rust / Cargo Test (push) Failing after 16s
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
version: 1
|
|
|
|
x-source: &source forgejo.ellis.link/continuwuation/continuwuity
|
|
|
|
x-tags:
|
|
releases: &tags-releases
|
|
tags:
|
|
allow:
|
|
- "latest"
|
|
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
|
|
- "v[0-9]+\\.[0-9]+"
|
|
- "v[0-9]+"
|
|
main: &tags-main
|
|
tags:
|
|
allow:
|
|
- "latest"
|
|
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
|
|
- "v[0-9]+\\.[0-9]+"
|
|
- "v[0-9]+"
|
|
- "main"
|
|
commits: &tags-commits
|
|
tags:
|
|
allow:
|
|
- "latest"
|
|
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
|
|
- "v[0-9]+\\.[0-9]+"
|
|
- "v[0-9]+"
|
|
- "main"
|
|
- "sha-[a-f0-9]+"
|
|
all: &tags-all
|
|
tags:
|
|
allow:
|
|
- ".*"
|
|
|
|
# Registry credentials
|
|
creds:
|
|
- registry: forgejo.ellis.link
|
|
user: "{{env \"BUILTIN_REGISTRY_USER\"}}"
|
|
pass: "{{env \"BUILTIN_REGISTRY_PASSWORD\"}}"
|
|
- registry: glcr.io
|
|
user: "{{env \"GITLAB_USERNAME\"}}"
|
|
pass: "{{env \"GITLAB_TOKEN\"}}"
|
|
|
|
# Global defaults
|
|
defaults:
|
|
parallel: 3
|
|
interval: 2h
|
|
digestTags: true
|
|
|
|
# Sync configuration - each registry gets different image sets
|
|
sync:
|
|
- source: *source
|
|
target: registry.gitlab.com/continuwuity/continuwuity
|
|
type: repository
|
|
<<: *tags-main
|