Compare commits

..

No commits in common. "aac623c2d03602e8c7aa15cb3d377ecc88f5b132" and "667b55f62549ababc0a5955a8214e5e191669b78" have entirely different histories.

View File

@ -5,7 +5,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &build_plugin 'woodpeckerci/plugin-docker-buildx:4.2.0'
- &build_plugin 'woodpeckerci/plugin-docker-buildx:4.0.0'
# deployment targets
# TODO: Disabled docker hub target until first release is ready / Rate Limits
- &publish_repos 'ocram85/plugin-gitea-package,gitea.ocram85.com/plugins/gitea-package'
@ -36,7 +36,7 @@ steps:
# path: "Dockerfile"
lint-markdown:
image: davidanson/markdownlint-cli2:v0.14.0
image: davidanson/markdownlint-cli2:v0.13.0
commands:
- "markdownlint-cli2 *.{md,markdown}"
when: