generated from Templates/Baseline
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
65804bb394 | |||
aa45a6fc2f | |||
d38e42de7f | |||
4cd8ec250a | |||
60e6a7b23d | |||
6bc33fdc2d | |||
a1a47e91ba |
@ -5,7 +5,7 @@ when:
|
|||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:4.0.0'
|
- &build_plugin 'woodpeckerci/plugin-docker-buildx:4.2.0'
|
||||||
# deployment targets
|
# deployment targets
|
||||||
# TODO: Disabled docker hub target until first release is ready / Rate Limits
|
# TODO: Disabled docker hub target until first release is ready / Rate Limits
|
||||||
- &publish_repos 'ocram85/plugin-gitea-package,gitea.ocram85.com/plugins/gitea-package'
|
- &publish_repos 'ocram85/plugin-gitea-package,gitea.ocram85.com/plugins/gitea-package'
|
||||||
@ -36,7 +36,7 @@ steps:
|
|||||||
# path: "Dockerfile"
|
# path: "Dockerfile"
|
||||||
|
|
||||||
lint-markdown:
|
lint-markdown:
|
||||||
image: davidanson/markdownlint-cli2:v0.13.0
|
image: davidanson/markdownlint-cli2:v0.14.0
|
||||||
commands:
|
commands:
|
||||||
- "markdownlint-cli2 *.{md,markdown}"
|
- "markdownlint-cli2 *.{md,markdown}"
|
||||||
when:
|
when:
|
||||||
@ -44,7 +44,7 @@ steps:
|
|||||||
|
|
||||||
lint-editorconfig:
|
lint-editorconfig:
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: docker.io/mstruebing/editorconfig-checker:v3.0.1
|
image: docker.io/mstruebing/editorconfig-checker:v3.0.3
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
||||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,3 +1,18 @@
|
|||||||
|
<!-- markdownlint-disable MD041 -->
|
||||||
|
## [v0.3.0](https://gitea.ocram85.com/plugins/gitea-package/releases/tag/v0.3.0) - 2024-09-09
|
||||||
|
|
||||||
|
* 🤖 DEPENDENCIES
|
||||||
|
* Chore(deps): update davidanson/markdownlint-cli2 docker tag to v0.14.0 (#17)
|
||||||
|
* Chore(deps): update curlimages/curl docker tag to v8.9.1 (#16)
|
||||||
|
* Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4.2.0 (#15)
|
||||||
|
|
||||||
|
<!-- markdownlint-disable MD041 -->
|
||||||
|
## [v0.2.0](https://gitea.ocram85.com/plugins/gitea-package/releases/tag/v0.2.0) - 2024-07-09
|
||||||
|
|
||||||
|
* 🤖 DEPENDENCIES
|
||||||
|
* Chore(deps): update docker.io/mstruebing/editorconfig-checker docker tag to v3.0.3 (#13)
|
||||||
|
* Chore(deps): update curlimages/curl docker tag to v8.8.0 (#12)
|
||||||
|
|
||||||
<!-- markdownlint-disable MD041 -->
|
<!-- markdownlint-disable MD041 -->
|
||||||
## [v0.1.1](https://gitea.ocram85.com/plugins/gitea-package/releases/tag/v0.1.1) - 2024-05-17
|
## [v0.1.1](https://gitea.ocram85.com/plugins/gitea-package/releases/tag/v0.1.1) - 2024-05-17
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM curlimages/curl:8.7.1
|
FROM curlimages/curl:8.9.1
|
||||||
LABEL org.opencontainers.image.authors="marco@ocram85.com"
|
LABEL org.opencontainers.image.authors="marco@ocram85.com"
|
||||||
#ENV PLUGIN_OWNER
|
#ENV PLUGIN_OWNER
|
||||||
#ENV PLUGIN_PACKAGE_NAME
|
#ENV PLUGIN_PACKAGE_NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user