Compare commits

...

4 Commits

Author SHA1 Message Date
26ed089b74 chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.2.1
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/test-image Pipeline was successful
2025-02-24 10:01:18 +01:00
89c9bcf6cc chore(deps): update curlimages/curl docker tag to v8.12.1 (#30)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/test-image Pipeline was successful
ci/woodpecker/push/release-hepler Pipeline was successful
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [curlimages/curl](https://github.com/curl/curl-container) | final | minor | `8.11.1` -> `8.12.1` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjAtbmV4dC4xIiwidXBkYXRlZEluVmVyIjoiNDAuMC4wLW5leHQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Reviewed-on: #30
Co-authored-by: renovate-bot <renovate@ocram85.com>
Co-committed-by: renovate-bot <renovate@ocram85.com>
2025-02-24 10:01:08 +01:00
48b74964fa fix filename typo for release helper (#33)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/test-image Pipeline was successful
ci/woodpecker/push/release-hepler Pipeline was successful
### 📖 Summary

- fix typo

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: #33
2025-02-24 09:58:45 +01:00
401b59936b fix vscode settings (#32)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/test-image Pipeline was successful
ci/woodpecker/push/release-hepler Pipeline was successful
### 📖 Summary

- fix cspell

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: #32
2025-02-24 09:55:17 +01:00
4 changed files with 13 additions and 22 deletions

31
.vscode/settings.json vendored
View File

@ -22,26 +22,17 @@
".vscode", ".vscode",
".vscode-insiders" ".vscode-insiders"
], ],
"cSpell.enabledLanguageIds": [ "cSpell.enabledFileTypes": {
"c", "go": true,
"cpp", "javascript": true,
"csharp", "json": true,
"go", "markdown": true,
"javascript", "plaintext": true,
"javascriptreact", "text": true,
"json", "typescript": true,
"latex", "yaml": true,
"markdown", "yml": true
"php", },
"plaintext",
"powershell",
"python",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
],
"cSpell.language": "en-US,de-DE", "cSpell.language": "en-US,de-DE",
"cSpell.customDictionaries": { "cSpell.customDictionaries": {
"project-words": { "project-words": {

View File

@ -5,7 +5,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
variables: variables:
- &build_plugin 'woodpeckerci/plugin-docker-buildx:5.1.0' - &build_plugin 'woodpeckerci/plugin-docker-buildx:5.2.1'
# 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'

View File

@ -1,4 +1,4 @@
FROM curlimages/curl:8.11.1 FROM curlimages/curl:8.12.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