mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 11:38:11 +00:00
db2bce3bb3
* Fix build workflow * Docs website with mkdocs (#99) * Fix docs workflow * Move mkdocs Docker file * Ignore docs in build workflow * Update workflows * Update links * Move upgrade notes to documentation Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
381 B
381 B
Diun v1 to v2
image
field has been moved to providers.static
in configuration file:
!!! example "v1"
yaml image: - name: docker.io/crazymax/diun watch_repo: true max_tags: 10
!!! example "v2"
yaml providers: static: - name: docker.io/crazymax/diun watch_repo: true max_tags: 10