6543
|
ccd5834d4c
|
Enhance SemVersion detection (#52)
close #51
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/52
Reviewed-by: Lauris BH <lafriks@noreply.codeberg.org>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
|
2022-12-21 17:11:09 +00:00 |
|
6543
|
fca44ab7ae
|
Fix func to determine default login (#29)
only add default login if auth profided or no login entry exist
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/29
Reviewed-by: qwerty287 <qwerty287@noreply.codeberg.org>
|
2022-10-11 11:38:36 +02:00 |
|
6543
|
25ad50a579
|
Add support for multible registrys (#23)
if normal settings `registry`, `username`... is set
that's used as default, else first logins entry is used.
```yml
settings:
logins:
- registry: https://codeberg.org
username: "6543"
password: geheim
- registry: https://index.docker.io/v1/
username: a6543
password: anders_geheim
```
close #18
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/23
Reviewed-by: anbraten <anbraten@noreply.codeberg.org>
|
2022-10-08 16:02:02 +02:00 |
|
Lauris BH
|
b88f39c31f
|
Add build output option (#11)
Fixes #6
Also updates dependencies
Co-authored-by: Lauris BH <lauris@nix.lv>
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/11
Reviewed-by: anbraten <anbraten@noreply.codeberg.org>
Co-authored-by: Lauris BH <lafriks@noreply.codeberg.org>
Co-committed-by: Lauris BH <lafriks@noreply.codeberg.org>
|
2022-09-20 18:02:35 +02:00 |
|
renovate[bot]
|
6ff2225863
|
fix(deps): update module github.com/joho/godotenv to v1.4.0 (#55)
|
2021-09-25 12:07:54 +02:00 |
|
renovate[bot]
|
069e83d6b9
|
fix(deps): update module honnef.co/go/tools to v0.2.1 (#43)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-08-23 20:59:18 +02:00 |
|
Robert Kaussow
|
a5a561fd91
|
feat: load buildkit config from string instead of file (#37)
|
2021-07-25 14:28:33 +02:00 |
|
renovate[bot]
|
562ee26fda
|
fix(deps): update module honnef.co/go/tools to v0.2.0 (#27)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-25 17:44:48 +02:00 |
|
Robert Kaussow
|
5f01026c5c
|
chore: update build env to golang 1.16 (#26)
|
2021-05-10 09:03:59 +02:00 |
|
renovate[bot]
|
421de00a8e
|
fix(deps): update module github.com/sirupsen/logrus to v1.8.1 (#18)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-03-10 08:16:36 +01:00 |
|
renovate[bot]
|
ef505ec241
|
chore(deps): update module sirupsen/logrus to v1.8.0 (#13)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-02-17 22:10:49 +01:00 |
|
renovate[bot]
|
dbaf922a53
|
chore(deps): update module sirupsen/logrus to v1.7.1 (#12)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-02-16 11:57:34 +01:00 |
|
Robert Kaussow
|
c746174ca4
|
chore(deps): update dependencies
|
2021-01-17 20:56:53 +01:00 |
|
Robert Kaussow
|
2496502ff6
|
fix staticcheck
|
2021-01-11 22:06:24 +01:00 |
|
Robert Kaussow
|
ba28c39a7d
|
refactor: update dependencies and use plugin boilerplate
|
2021-01-11 21:54:49 +01:00 |
|
Robert Kaussow
|
441d5a1f52
|
cleanup go dependencies
|
2021-01-11 00:33:59 +01:00 |
|
Robert Kaussow
|
89b0b6823a
|
fork: initial release
|
2021-01-10 23:47:55 +01:00 |
|
Adam Tran
|
af9fdad1d9
|
update urfave/cli to 1.22.2
|
2020-01-02 16:32:11 -05:00 |
|
Adam Tran
|
196c393da4
|
update sum
|
2020-01-02 11:41:54 -05:00 |
|
Adam Tran
|
c6dab33e03
|
Update AWS SDK
|
2020-01-02 09:42:44 -05:00 |
|
Bo-Yi Wu
|
9c54d0dd13
|
feat(version): support 18.06.0 tag format.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
2019-02-12 19:49:22 +08:00 |
|
Thomas Boerger
|
76ac11d221
|
Use FilePath enabled urfave/cli lib
|
2019-01-21 21:50:31 +01:00 |
|
Thomas Boerger
|
17dc3bc6be
|
Switch to go modules instead of go dep
|
2019-01-21 21:50:30 +01:00 |
|