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
3 changed files with 12 additions and 21 deletions

31
.vscode/settings.json vendored
View File

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

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"
#ENV PLUGIN_OWNER
#ENV PLUGIN_PACKAGE_NAME