Docker buildx plugin for Woodpecker - replacement for plugins/docker and plugins/ecr
  • Go 99.1%
  • Makefile 0.9%
Find a file
Patrick Schratz c539c9e8a9 chore(deps): update golang docker tag to v1.21 (#89)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang |  | minor | `1.20` -> `1.21` |
| golang | stage | minor | `1.20` -> `1.21` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzcuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/89
2023-10-17 15:49:27 +00:00
cmd/docker-buildx Allow to load env file (#80) 2023-10-08 08:49:51 +00:00
plugin Add option to overwrites tags option with values specified in an file (#62) 2023-05-02 19:25:49 +00:00
utils Add option to overwrites tags option with values specified in an file (#62) 2023-05-02 19:25:49 +00:00
.changelog.yml Add changelog tool config 2022-11-06 14:43:33 +01:00
.dictionary docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
.gitignore CI: add test (#26) 2022-10-08 15:32:14 +02:00
.markdownlint.yml docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
.prettierignore chore: improve generated changelog (#25) 2021-05-09 23:46:51 +02:00
.woodpecker.yml chore(deps): update golang docker tag to v1.21 (#89) 2023-10-17 15:49:27 +00:00
CONTRIBUTING.md prelim to switch to woodpecker plugin 2021-10-12 23:40:58 -04:00
Corefile Add internal DNS server if no custom DNS is set (#45) 2022-11-23 14:01:45 +00:00
Dockerfile.multiarch chore(deps): update golang docker tag to v1.21 (#89) 2023-10-17 15:49:27 +00:00
docs.md Allow to load env file (#80) 2023-10-08 08:49:51 +00:00
go.mod fix(deps): update module github.com/joho/godotenv to v1.5.1 (#90) 2023-10-17 15:43:22 +00:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 (#91) 2023-10-17 15:39:40 +00:00
LICENSE fork: initial release 2021-01-10 23:47:55 +01:00
Makefile Ensure that the plugin binary does not conflict with the utility being used (#24) 2022-10-08 00:58:57 +02:00
README.md Add option to overwrites tags option with values specified in an file (#62) 2023-05-02 19:25:49 +00:00
renovate.json fork: initial release 2021-01-10 23:47:55 +01:00

plugin-docker-buildx

Get it on Codeberg

Woodpecker CI plugin to build multiarch Docker images with buildx. This plugin is a fork of thegeeklab/drone-docker-buildx which itself is a fork of drone-plugins/drone-docker. You can find the full documentation at woodpecker-ci.org (docs.md).

Contributors

Special thanks goes to all contributors. If you would like to contribute, please see the instructions.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.