Compare commits
41 Commits
c4e8faff3b
...
1.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c122e9f0b | |||
| dc6dbf5b64 | |||
| cef257c56a | |||
| c31d8f79fa | |||
| 0cf6864d20 | |||
| 4270518bd5 | |||
| 208296bab2 | |||
| 2de4cd5da6 | |||
| b7c5fee65f | |||
| 3d9d4b4333 | |||
| 6fdfa75adb | |||
| 92f41ce321 | |||
| 6342e0bf32 | |||
| 9cf5b3e39c | |||
| 363169e636 | |||
| 877e98eff7 | |||
| 90910f9fdf | |||
| 1089abc2cb | |||
| b932a8d2f1 | |||
| 52332d7e22 | |||
| 96bdd83385 | |||
| 7d94621192 | |||
| b5d80d90a0 | |||
| 06f5e5d27a | |||
| 3f239e2527 | |||
| 056748f20c | |||
| d4846a0ccf | |||
| 52460f8741 | |||
| d1c1cfd46f | |||
| bfd684f06f | |||
| c6007e71f8 | |||
| 4485b53801 | |||
| 0f96656929 | |||
| 74a1e3f206 | |||
| a611ceff70 | |||
| 7f98dc08ce | |||
| 8cc55e3bf8 | |||
| 6c6395097f | |||
| 821dbf140c | |||
| 22f4727800 | |||
| 113839c359 |
@ -22,6 +22,8 @@ steps:
|
|||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
|
depends_on:
|
||||||
|
- clone
|
||||||
|
|
||||||
# Set tags for main branch
|
# Set tags for main branch
|
||||||
- name: make-tags
|
- name: make-tags
|
||||||
@ -33,6 +35,7 @@ steps:
|
|||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
depends_on:
|
depends_on:
|
||||||
- get-tags
|
- get-tags
|
||||||
|
- clone
|
||||||
|
|
||||||
- name: make-tags-release
|
- name: make-tags-release
|
||||||
image: node
|
image: node
|
||||||
@ -43,6 +46,7 @@ steps:
|
|||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
depends_on:
|
depends_on:
|
||||||
- get-tags
|
- get-tags
|
||||||
|
- clone
|
||||||
|
|
||||||
# Build containers from main branch
|
# Build containers from main branch
|
||||||
- name: build-gitea
|
- name: build-gitea
|
||||||
@ -119,6 +123,8 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- release-gitea
|
- release-gitea
|
||||||
- release-github
|
- release-github
|
||||||
|
- build-github
|
||||||
|
- build-gitea
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|||||||
@ -8,7 +8,7 @@ This container can function in both the **manager** and **worker** role.
|
|||||||
|
|
||||||
## Links
|
## Links
|
||||||
- :tea: [Gitea Repo (source)](https://git.mrmeeb.stream/MrMeeb/cronicle-docker)
|
- :tea: [Gitea Repo (source)](https://git.mrmeeb.stream/MrMeeb/cronicle-docker)
|
||||||
- :whale2: [Containers](https://git.mrmeeb.stream/MrMeeb/-/packages/container/cronicle/latest) (also published the GHCR)
|
- :whale2: [Containers](https://git.mrmeeb.stream/MrMeeb/-/packages/container/cronicle/latest) (also published to GHCR)
|
||||||
- :mirror: [GitHub mirror](https://github.com/MrMeeb/cronicle-docker)
|
- :mirror: [GitHub mirror](https://github.com/MrMeeb/cronicle-docker)
|
||||||
- :package: [Cronicle Repo](https://github.com/jhuckaby/Cronicle)
|
- :package: [Cronicle Repo](https://github.com/jhuckaby/Cronicle)
|
||||||
- :package: [Cronicle-Edge Repo](https://github.com/cronicle-edge/cronicle-edge)
|
- :package: [Cronicle-Edge Repo](https://github.com/cronicle-edge/cronicle-edge)
|
||||||
|
|||||||
Reference in New Issue
Block a user