renovate-bot 963ae9ed1e
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
chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.2.2 (#34)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [woodpeckerci/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/docker-buildx) ([source](https://codeberg.org/woodpecker-plugins/docker-buildx.git)) | patch | `5.2.1` -> `5.2.2` |

---

### Release Notes

<details>
<summary>woodpecker-plugins/docker-buildx (woodpeckerci/plugin-docker-buildx)</summary>

### [`v5.2.2`](https://codeberg.org/woodpecker-plugins/docker-buildx/blob/HEAD/CHANGELOG.md#522---2025-03-23)

[Compare Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v5.2.1...v5.2.2)

##### ❤️ Thanks to all contributors! ❤️

[@&#8203;woodpecker-bot](https://github.com/woodpecker-bot)

##### 📦️ Dependency

-   chore(deps): update docker.io/mstruebing/editorconfig-checker docker tag to v3.2.1 \[[#&#8203;222](https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/222)]
-   chore(deps): update docker docker tag to v28.0.2 \[[#&#8203;223](https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/223)]
-   chore(deps): update docker docker tag to v28 \[[#&#8203;221](https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/221)]

##### Misc

-   chore(deps): update woodpeckerci/plugin-release docker tag to v0.2.5 ([11bcfa4](11bcfa42c1))
-   chore(deps): update docker/buildx-bin docker tag to v0.22.0 ([53425fe](53425fe5f8))
-   fix(deps): update module honnef.co/go/tools to v0.6.1 ([1535650](15356502e6))
-   chore(deps): update docker/buildx-bin docker tag to v0.21.2 ([fb6965e](fb6965ec94))
-   chore(deps): update dependency go to v1.24.1 ([57d1c08](57d1c0839d))
-   fix(deps): update module github.com/go-git/go-git/v5 to v5.14.0 ([d7fa781](d7fa7811aa))
-   chore(deps): update docker docker tag to v28.0.1 ([9f30cda](9f30cdaa54))
-   chore(deps): update docker/buildx-bin docker tag to v0.21.1 ([e53e0c0](e53e0c0e59))
-   chore(deps): update golang docker tag to v1.24 ([37c4d7e](37c4d7e409))
-   chore(deps): update woodpeckerci/plugin-release docker tag to v0.2.4 ([0f2ecc6](0f2ecc6a13))
-   fix(deps): update module honnef.co/go/tools to v0.6.0 ([c77be8e](c77be8ebe0))
-   chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.2.1 ([820a652](820a652e64))
-   chore(deps): update dependency go to v1.23.6 ([e8e3238](e8e3238748))

</details>

---

### 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: #34
Co-authored-by: renovate-bot <renovate@ocram85.com>
Co-committed-by: renovate-bot <renovate@ocram85.com>
2025-04-14 20:19:25 +02:00

111 lines
2.9 KiB
YAML

when:
- event: [pull_request, tag, cron]
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &build_plugin 'woodpeckerci/plugin-docker-buildx:5.2.2'
# 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'
#- &publish_repos 'gitea.ocram85.com/plugins/gitea-package'
# logins for deployment targets
- publish_logins: &publish_logins # Default DockerHub login
- registry: https://index.docker.io/v1/
username:
from_secret: docker_user
password:
from_secret: docker_passwd
# Additional Gitea login
- registry: https://gitea.ocram85.com
username:
from_secret: gitea_user
password:
from_secret: gitea_passwd
steps:
lint-dockerfile:
image: hadolint/hadolint:v2.12.1-beta-alpine
commands:
#- cat Dockerfile
#- hadolint --verbose --ignore DL3003 --ignore DL3018 Dockerfile
- hadolint --ignore DL3003 --ignore DL3018 Dockerfile
#when:
# path: "Dockerfile"
#lint-markdown:
# image: davidanson/markdownlint-cli2:v0.17.1
# commands:
# - "markdownlint-cli2 *.{md,markdown}"
# when:
# path: "*.{md,markdown}"
lint-editorconfig:
depends_on: []
image: woodpeckerci/plugin-editorconfig-checker:latest
pull: true
settings:
verbose: true
lint-prettier:
depends_on: []
image: woodpeckerci/plugin-prettier:1.3.0
test:
image: *build_plugin
settings:
dry_run: true
registry: gitea.ocram85.com
repo: test
dockerfile: Dockerfile
platforms: linux/amd64
auto_tag: true
build_args:
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
- TAG=${CI_COMMIT_TAG}
when:
event: pull_request
branch: ${CI_REPO_DEFAULT_BRANCH}
publish:
image: *build_plugin
settings:
repo: *publish_repos
dockerfile: Dockerfile
platforms: linux/amd64
auto_tag: true
logins: *publish_logins
build_args:
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
- TAG=${CI_COMMIT_TAG}
when:
event: [push, tag, cron]
branch: ${CI_REPO_DEFAULT_BRANCH}
build-next:
image: *build_plugin
settings:
repo: *publish_repos
dockerfile: Dockerfile
platforms: linux/amd64
tag: next
logins: *publish_logins
build_args:
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
- TAG=${CI_COMMIT_TAG}
when:
event: [pull_request]
gitea-release:
image: plugins/gitea-release
settings:
api_key:
from_secret: RENOVATE_TOKEN
base_url: https://gitea.ocram85.com
title: ${CI_COMMIT_TAG}
note: '> :bulb: **Note:** See [CHANGELOG.md](src/branch/master/CHANGELOG.md) for recent changes.'
when:
event: [tag]
branch: ${CI_REPO_DEFAULT_BRANCH}