Compare commits

...

8 Commits

Author SHA1 Message Date
renovate-bot 9319faf784 Update all dependencies to v2.11.4
Build / build (pull_request) Successful in 2m34s
2026-06-10 12:01:12 +00:00
renovate-bot 056505b425 Update all dependencies (major) (#9)
Build / build (push) Successful in 1m48s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/build-push-action](https://github.com/docker/build-push-action) | action | major | `v6` → `v7` |
| [docker/login-action](https://github.com/docker/login-action) | action | major | `v3` → `v4` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | action | major | `v5` → `v6` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | action | major | `v3` → `v4` |

---

### Release Notes

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

### [`v7.1.0`](https://github.com/docker/build-push-action/releases/tag/v7.1.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v7...v7.1.0)

- Git context [query format](https://docs.docker.com/build/concepts/context/#url-queries) support by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1505](https://github.com/docker/build-push-action/pull/1505)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.79.0 to 0.87.0 by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1505](https://github.com/docker/build-push-action/pull/1505)
- Bump brace-expansion from 1.1.12 to 1.1.13 in [#&#8203;1500](https://github.com/docker/build-push-action/pull/1500)
- Bump fast-xml-parser from 5.4.2 to 5.5.7 in [#&#8203;1489](https://github.com/docker/build-push-action/pull/1489)
- Bump flatted from 3.3.3 to 3.4.2 in [#&#8203;1491](https://github.com/docker/build-push-action/pull/1491)
- Bump glob from 10.3.12 to 10.5.0 in [#&#8203;1490](https://github.com/docker/build-push-action/pull/1490)
- Bump handlebars from 4.7.8 to 4.7.9 in [#&#8203;1497](https://github.com/docker/build-push-action/pull/1497)
- Bump lodash from 4.17.23 to 4.18.1 in [#&#8203;1510](https://github.com/docker/build-push-action/pull/1510)
- Bump picomatch from 4.0.3 to 4.0.4 in [#&#8203;1496](https://github.com/docker/build-push-action/pull/1496)
- Bump undici from 6.23.0 to 6.24.1 in [#&#8203;1486](https://github.com/docker/build-push-action/pull/1486)
- Bump vite from 7.3.1 to 7.3.2 in [#&#8203;1509](https://github.com/docker/build-push-action/pull/1509)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0>

### [`v7.0.0`](https://github.com/docker/build-push-action/releases/tag/v7.0.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v7...v7)

- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1470](https://github.com/docker/build-push-action/pull/1470)
- Remove deprecated `DOCKER_BUILD_NO_SUMMARY` and `DOCKER_BUILD_EXPORT_RETENTION_DAYS` envs by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1473](https://github.com/docker/build-push-action/pull/1473)
- Remove legacy export-build tool support for build summary by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1474](https://github.com/docker/build-push-action/pull/1474)
- Switch to ESM and update config/test wiring by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1466](https://github.com/docker/build-push-action/pull/1466)
- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#&#8203;1454](https://github.com/docker/build-push-action/pull/1454)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.79.0 in [#&#8203;1453](https://github.com/docker/build-push-action/pull/1453) [#&#8203;1472](https://github.com/docker/build-push-action/pull/1472) [#&#8203;1479](https://github.com/docker/build-push-action/pull/1479)
- Bump minimatch from 3.1.2 to 3.1.5 in [#&#8203;1463](https://github.com/docker/build-push-action/pull/1463)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0>

### [`v7`](https://github.com/docker/build-push-action/compare/v6.19.2...v7)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.19.2...v7)

### [`v6.19.2`](https://github.com/docker/build-push-action/releases/tag/v6.19.2)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.19.1...v6.19.2)

- Preserve port in `GIT_AUTH_TOKEN` host by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1458](https://github.com/docker/build-push-action/pull/1458)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.19.1...v6.19.2>

### [`v6.19.1`](https://github.com/docker/build-push-action/releases/tag/v6.19.1)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.19.0...v6.19.1)

- Derive `GIT_AUTH_TOKEN` host from GitHub server URL by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1456](https://github.com/docker/build-push-action/pull/1456)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.19.0...v6.19.1>

### [`v6.19.0`](https://github.com/docker/build-push-action/releases/tag/v6.19.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.18.0...v6.19.0)

- Scope default git auth token to `github.com` by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1451](https://github.com/docker/build-push-action/pull/1451)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#&#8203;1396](https://github.com/docker/build-push-action/pull/1396)
- Bump form-data from 2.5.1 to 2.5.5 in [#&#8203;1391](https://github.com/docker/build-push-action/pull/1391)
- Bump js-yaml from 3.14.1 to 3.14.2 in [#&#8203;1429](https://github.com/docker/build-push-action/pull/1429)
- Bump lodash from 4.17.21 to 4.17.23 in [#&#8203;1446](https://github.com/docker/build-push-action/pull/1446)
- Bump tmp from 0.2.3 to 0.2.4 in [#&#8203;1398](https://github.com/docker/build-push-action/pull/1398)
- Bump undici from 5.28.4 to 5.29.0 in [#&#8203;1397](https://github.com/docker/build-push-action/pull/1397)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.18.0...v6.19.0>

### [`v6.18.0`](https://github.com/docker/build-push-action/releases/tag/v6.18.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.61.0 to 0.62.1 in [#&#8203;1381](https://github.com/docker/build-push-action/pull/1381)

> \[!NOTE]
> [Build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) is now supported with [Docker Build Cloud](https://docs.docker.com/build-cloud/).

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0>

### [`v6.17.0`](https://github.com/docker/build-push-action/releases/tag/v6.17.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.16.0...v6.17.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.59.0 to 0.61.0 by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1364](https://github.com/docker/build-push-action/pull/1364)

> \[!NOTE]
> Build record is now exported using the [`buildx history export`](https://docs.docker.com/reference/cli/docker/buildx/history/export/) command instead of the legacy export-build tool.

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.16.0...v6.17.0>

### [`v6.16.0`](https://github.com/docker/build-push-action/releases/tag/v6.16.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.15.0...v6.16.0)

- Handle no default attestations env var by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1343](https://github.com/docker/build-push-action/pull/1343)
- Only print secret keys in build summary output by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1353](https://github.com/docker/build-push-action/pull/1353)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.59.0 in [#&#8203;1352](https://github.com/docker/build-push-action/pull/1352)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.15.0...v6.16.0>

### [`v6.15.0`](https://github.com/docker/build-push-action/releases/tag/v6.15.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.55.0 to 0.56.0 in [#&#8203;1330](https://github.com/docker/build-push-action/pull/1330)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.0>

### [`v6.14.0`](https://github.com/docker/build-push-action/releases/tag/v6.14.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.53.0 to 0.55.0 in [#&#8203;1324](https://github.com/docker/build-push-action/pull/1324)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0>

### [`v6.13.0`](https://github.com/docker/build-push-action/releases/tag/v6.13.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.51.0 to 0.53.0 in [#&#8203;1308](https://github.com/docker/build-push-action/pull/1308)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0>

### [`v6.12.0`](https://github.com/docker/build-push-action/releases/tag/v6.12.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.49.0 to 0.51.0 in [#&#8203;1300](https://github.com/docker/build-push-action/pull/1300)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0>

### [`v6.11.0`](https://github.com/docker/build-push-action/releases/tag/v6.11.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0)

- Handlebar `defaultContext` support for `build-contexts` input by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1283](https://github.com/docker/build-push-action/pull/1283)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.46.0 to 0.49.0 in [#&#8203;1281](https://github.com/docker/build-push-action/pull/1281)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0>

### [`v6.10.0`](https://github.com/docker/build-push-action/releases/tag/v6.10.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0)

- Add `call` input to set method for evaluating build by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1265](https://github.com/docker/build-push-action/pull/1265)
- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.1 in [#&#8203;1238](https://github.com/docker/build-push-action/pull/1238)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.39.0 to 0.46.0 in [#&#8203;1268](https://github.com/docker/build-push-action/pull/1268)
- Bump cross-spawn from 7.0.3 to 7.0.6 in [#&#8203;1261](https://github.com/docker/build-push-action/pull/1261)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0>

### [`v6.9.0`](https://github.com/docker/build-push-action/releases/tag/v6.9.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.38.0 to 0.39.0 in [#&#8203;1234](https://github.com/docker/build-push-action/pull/1234)
- Bump path-to-regexp from 6.2.2 to 6.3.0 in [#&#8203;1232](https://github.com/docker/build-push-action/pull/1232)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.0>

### [`v6.8.0`](https://github.com/docker/build-push-action/releases/tag/v6.8.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.37.1 to 0.38.0 in [#&#8203;1230](https://github.com/docker/build-push-action/pull/1230)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.0>

### [`v6.7.0`](https://github.com/docker/build-push-action/releases/tag/v6.7.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0)

- Print info message for build summary support checks by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1211](https://github.com/docker/build-push-action/pull/1211)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0>

### [`v6.6.1`](https://github.com/docker/build-push-action/releases/tag/v6.6.1)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.6.0...v6.6.1)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.37.0 to 0.37.1 in [#&#8203;1205](https://github.com/docker/build-push-action/pull/1205)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.6.0...v6.6.1>

### [`v6.6.0`](https://github.com/docker/build-push-action/releases/tag/v6.6.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.5.0...v6.6.0)

- Generate GitHub annotations for [build checks](https://docs.docker.com/build/checks/) by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1197](https://github.com/docker/build-push-action/pull/1197)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.35.0 to 0.37.0 in [#&#8203;1196](https://github.com/docker/build-push-action/pull/1196) [#&#8203;1198](https://github.com/docker/build-push-action/pull/1198)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.5.0...v6.6.0>

### [`v6.5.0`](https://github.com/docker/build-push-action/releases/tag/v6.5.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.33.0 to 0.35.0 in [#&#8203;1186](https://github.com/docker/build-push-action/pull/1186) [#&#8203;1191](https://github.com/docker/build-push-action/pull/1191)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0>

### [`v6.4.1`](https://github.com/docker/build-push-action/releases/tag/v6.4.1)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1)

- revert "Set `repository` and `ghtoken` attributes for [GitHub Actions cache backend](https://docs.docker.com/build/cache/backends/gha/#avoid-github-actions-cache-api-throttling)" by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1183](https://github.com/docker/build-push-action/pull/1183)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1>

### [`v6.4.0`](https://github.com/docker/build-push-action/releases/tag/v6.4.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0)

- Set `repository` and `ghtoken` attributes for [GitHub Actions cache backend](https://docs.docker.com/build/cache/backends/gha/#avoid-github-actions-cache-api-throttling) by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1133](https://github.com/docker/build-push-action/pull/1133)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.31.0 to 0.33.0 in [#&#8203;1179](https://github.com/docker/build-push-action/pull/1179)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0>

### [`v6.3.0`](https://github.com/docker/build-push-action/releases/tag/v6.3.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0)

- `DOCKER_BUILD_RECORD_UPLOAD` environment variable to enable/disable build record upload by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1172](https://github.com/docker/build-push-action/pull/1172)
- `DOCKER_BUILD_NO_SUMMARY` has been deprecated. Set `DOCKER_BUILD_SUMMARY` to `false` instead by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1170](https://github.com/docker/build-push-action/pull/1170) [#&#8203;1173](https://github.com/docker/build-push-action/pull/1173)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.28.0 to 0.31.0 in [#&#8203;1171](https://github.com/docker/build-push-action/pull/1171) [#&#8203;1159](https://github.com/docker/build-push-action/pull/1159) [#&#8203;1169](https://github.com/docker/build-push-action/pull/1169)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0>

### [`v6.2.0`](https://github.com/docker/build-push-action/releases/tag/v6.2.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0)

- Use default retention days for build export artifact by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1153](https://github.com/docker/build-push-action/pull/1153)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.27.0 to 0.28.0 in [#&#8203;1158](https://github.com/docker/build-push-action/pull/1158)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0>

### [`v6.1.0`](https://github.com/docker/build-push-action/releases/tag/v6.1.0)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.26.2 to 0.27.0 in [#&#8203;1149](https://github.com/docker/build-push-action/pull/1149)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0>

### [`v6.0.2`](https://github.com/docker/build-push-action/releases/tag/v6.0.2)

[Compare Source](https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.26.1 to 0.26.2 in [#&#8203;1147](https://github.com/docker/build-push-action/pull/1147)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2>

### [`v6.0.1`](https://github.com/docker/build-push-action/releases/tag/v6.0.1)

[Compare Source](https://github.com/docker/build-push-action/compare/v6...v6.0.1)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.26.0 to 0.26.1 in [#&#8203;1142](https://github.com/docker/build-push-action/pull/1142)

**Full Changelog**: <https://github.com/docker/build-push-action/compare/v6.0.0...v6.0.1>

</details>

<details>
<summary>docker/login-action (docker/login-action)</summary>

### [`v4.1.0`](https://github.com/docker/login-action/releases/tag/v4.1.0)

[Compare Source](https://github.com/docker/login-action/compare/v4...v4.1.0)

- Fix scoped Docker Hub cleanup path when registry is omitted by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;945](https://github.com/docker/login-action/pull/945)
- Bump [@&#8203;aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) and [@&#8203;aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.1020.0 in [#&#8203;930](https://github.com/docker/login-action/pull/930)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.77.0 to 0.86.0 in [#&#8203;932](https://github.com/docker/login-action/pull/932) [#&#8203;936](https://github.com/docker/login-action/pull/936)
- Bump brace-expansion from 1.1.12 to 1.1.13 in [#&#8203;952](https://github.com/docker/login-action/pull/952)
- Bump fast-xml-parser from 5.3.4 to 5.3.6 in [#&#8203;942](https://github.com/docker/login-action/pull/942)
- Bump flatted from 3.3.3 to 3.4.2 in [#&#8203;944](https://github.com/docker/login-action/pull/944)
- Bump glob from 10.3.12 to 10.5.0 in [#&#8203;940](https://github.com/docker/login-action/pull/940)
- Bump handlebars from 4.7.8 to 4.7.9 in [#&#8203;949](https://github.com/docker/login-action/pull/949)
- Bump http-proxy-agent and https-proxy-agent to 8.0.0 in [#&#8203;937](https://github.com/docker/login-action/pull/937)
- Bump lodash from 4.17.23 to 4.18.1 in [#&#8203;958](https://github.com/docker/login-action/pull/958)
- Bump minimatch from 3.1.2 to 3.1.5 in [#&#8203;941](https://github.com/docker/login-action/pull/941)
- Bump picomatch from 4.0.3 to 4.0.4 in [#&#8203;948](https://github.com/docker/login-action/pull/948)
- Bump undici from 6.23.0 to 6.24.1 in [#&#8203;938](https://github.com/docker/login-action/pull/938)

**Full Changelog**: <https://github.com/docker/login-action/compare/v4.0.0...v4.1.0>

### [`v4.0.0`](https://github.com/docker/login-action/releases/tag/v4.0.0)

[Compare Source](https://github.com/docker/login-action/compare/v4...v4)

- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;929](https://github.com/docker/login-action/pull/929)
- Switch to ESM and update config/test wiring by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;927](https://github.com/docker/login-action/pull/927)
- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#&#8203;919](https://github.com/docker/login-action/pull/919)
- Bump [@&#8203;aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) from 3.890.0 to 3.1000.0 in [#&#8203;909](https://github.com/docker/login-action/pull/909) [#&#8203;920](https://github.com/docker/login-action/pull/920)
- Bump [@&#8203;aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) from 3.890.0 to 3.1000.0 in [#&#8203;909](https://github.com/docker/login-action/pull/909) [#&#8203;920](https://github.com/docker/login-action/pull/920)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.63.0 to 0.77.0 in [#&#8203;910](https://github.com/docker/login-action/pull/910) [#&#8203;928](https://github.com/docker/login-action/pull/928)
- Bump [@&#8203;isaacs/brace-expansion](https://github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 in [#&#8203;921](https://github.com/docker/login-action/pull/921)
- Bump js-yaml from 4.1.0 to 4.1.1 in [#&#8203;901](https://github.com/docker/login-action/pull/901)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.7.0...v4.0.0>

### [`v4`](https://github.com/docker/login-action/compare/v3.7.0...v4)

[Compare Source](https://github.com/docker/login-action/compare/v3.7.0...v4)

### [`v3.7.0`](https://github.com/docker/login-action/releases/tag/v3.7.0)

[Compare Source](https://github.com/docker/login-action/compare/v3.6.0...v3.7.0)

- Add `scope` input to set scopes for the authentication token by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;912](https://github.com/docker/login-action/pull/912)
- Add support for AWS European Sovereign Cloud ECR by [@&#8203;dphi](https://github.com/dphi) in [#&#8203;914](https://github.com/docker/login-action/pull/914)
- Ensure passwords are redacted with `registry-auth` input by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;911](https://github.com/docker/login-action/pull/911)
- build(deps): bump lodash from 4.17.21 to 4.17.23 in [#&#8203;915](https://github.com/docker/login-action/pull/915)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.6.0...v3.7.0>

### [`v3.6.0`](https://github.com/docker/login-action/releases/tag/v3.6.0)

[Compare Source](https://github.com/docker/login-action/compare/v3.5.0...v3.6.0)

- Add `registry-auth` input for raw authentication to registries by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;887](https://github.com/docker/login-action/pull/887)
- Bump [@&#8203;aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) to 3.890.0 in [#&#8203;882](https://github.com/docker/login-action/pull/882) [#&#8203;890](https://github.com/docker/login-action/pull/890)
- Bump [@&#8203;aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.890.0 in [#&#8203;882](https://github.com/docker/login-action/pull/882) [#&#8203;890](https://github.com/docker/login-action/pull/890)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.63.0 in [#&#8203;883](https://github.com/docker/login-action/pull/883)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#&#8203;880](https://github.com/docker/login-action/pull/880)
- Bump undici from 5.28.4 to 5.29.0 in [#&#8203;879](https://github.com/docker/login-action/pull/879)
- Bump tmp from 0.2.3 to 0.2.4 in [#&#8203;881](https://github.com/docker/login-action/pull/881)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.5.0...v3.6.0>

### [`v3.5.0`](https://github.com/docker/login-action/releases/tag/v3.5.0)

[Compare Source](https://github.com/docker/login-action/compare/v3.4.0...v3.5.0)

- Support dual-stack endpoints for AWS ECR by [@&#8203;Spacefish](https://github.com/Spacefish) [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;874](https://github.com/docker/login-action/pull/874) [#&#8203;876](https://github.com/docker/login-action/pull/876)
- Bump [@&#8203;aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) to 3.859.0 in [#&#8203;860](https://github.com/docker/login-action/pull/860) [#&#8203;878](https://github.com/docker/login-action/pull/878)
- Bump [@&#8203;aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.859.0 in [#&#8203;860](https://github.com/docker/login-action/pull/860) [#&#8203;878](https://github.com/docker/login-action/pull/878)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.57.0 to 0.62.1 in [#&#8203;870](https://github.com/docker/login-action/pull/870)
- Bump form-data from 2.5.1 to 2.5.5 in [#&#8203;875](https://github.com/docker/login-action/pull/875)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.4.0...v3.5.0>

### [`v3.4.0`](https://github.com/docker/login-action/releases/tag/v3.4.0)

[Compare Source](https://github.com/docker/login-action/compare/v3.3.0...v3.4.0)

- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.1 in [#&#8203;791](https://github.com/docker/login-action/pull/791)
- Bump [@&#8203;aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) to 3.766.0 in [#&#8203;789](https://github.com/docker/login-action/pull/789) [#&#8203;856](https://github.com/docker/login-action/pull/856)
- Bump [@&#8203;aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.758.0 in [#&#8203;789](https://github.com/docker/login-action/pull/789) [#&#8203;856](https://github.com/docker/login-action/pull/856)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.35.0 to 0.57.0 in [#&#8203;801](https://github.com/docker/login-action/pull/801) [#&#8203;806](https://github.com/docker/login-action/pull/806) [#&#8203;858](https://github.com/docker/login-action/pull/858)
- Bump cross-spawn from 7.0.3 to 7.0.6 in [#&#8203;814](https://github.com/docker/login-action/pull/814)
- Bump https-proxy-agent from 7.0.5 to 7.0.6 in [#&#8203;823](https://github.com/docker/login-action/pull/823)
- Bump path-to-regexp from 6.2.2 to 6.3.0 in [#&#8203;777](https://github.com/docker/login-action/pull/777)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.3.0...v3.4.0>

### [`v3.3.0`](https://github.com/docker/login-action/releases/tag/v3.3.0)

[Compare Source](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.24.0 to 0.35.0 in [#&#8203;754](https://github.com/docker/login-action/pull/754)
- Bump https-proxy-agent from 7.0.4 to 7.0.5 in [#&#8203;741](https://github.com/docker/login-action/pull/741)
- Bump braces from 3.0.2 to 3.0.3 in [#&#8203;730](https://github.com/docker/login-action/pull/730)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.2.0...v3.3.0>

### [`v3.2.0`](https://github.com/docker/login-action/releases/tag/v3.2.0)

[Compare Source](https://github.com/docker/login-action/compare/v3.1.0...v3.2.0)

- Improve missing username/password by [@&#8203;Frankkkkk](https://github.com/Frankkkkk) in [#&#8203;706](https://github.com/docker/login-action/pull/706)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.18.0 to 0.24.0 in [#&#8203;715](https://github.com/docker/login-action/pull/715) [#&#8203;721](https://github.com/docker/login-action/pull/721)
- Bump aws-sdk-dependencies to 3.583.0 in [#&#8203;720](https://github.com/docker/login-action/pull/720)
- Bump undici from 5.28.3 to 5.28.4 in [#&#8203;694](https://github.com/docker/login-action/pull/694)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.1.0...v3.2.0>

### [`v3.1.0`](https://github.com/docker/login-action/releases/tag/v3.1.0)

[Compare Source](https://github.com/docker/login-action/compare/v3...v3.1.0)

- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse) from 7.17.3 to 7.23.2 in [#&#8203;618](https://github.com/docker/login-action/pull/618)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.12.0 to 0.18.0 in [#&#8203;616](https://github.com/docker/login-action/pull/616) [#&#8203;636](https://github.com/docker/login-action/pull/636) [#&#8203;682](https://github.com/docker/login-action/pull/682)
- Bump aws-sdk dependencies to 3.529.1 in [#&#8203;624](https://github.com/docker/login-action/pull/624) [#&#8203;685](https://github.com/docker/login-action/pull/685)
- Bump http-proxy-agent to 7.0.2 in [#&#8203;676](https://github.com/docker/login-action/pull/676)
- Bump https-proxy-agent to 7.0.4 in [#&#8203;676](https://github.com/docker/login-action/pull/676)
- Bump undici from 5.26.5 to 5.28.3 in [#&#8203;677](https://github.com/docker/login-action/pull/677)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.0.0...v3.1.0>

</details>

<details>
<summary>docker/metadata-action (docker/metadata-action)</summary>

### [`v6.0.0`](https://github.com/docker/metadata-action/releases/tag/v6.0.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v6.0.0...v6.0.0)

- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;605](https://github.com/docker/metadata-action/pull/605)
- List inputs now preserve `#` inside values while still supporting full-line `#` comments by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;607](https://github.com/docker/metadata-action/pull/607)
- Switch to ESM and update config/test wiring by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;602](https://github.com/docker/metadata-action/pull/602)
- Bump lodash from 4.17.21 to 4.17.23 in [#&#8203;588](https://github.com/docker/metadata-action/pull/588)
- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#&#8203;599](https://github.com/docker/metadata-action/pull/599)
- Bump [@&#8203;actions/github](https://github.com/actions/github) from 6.0.1 to 9.0.0 in [#&#8203;597](https://github.com/docker/metadata-action/pull/597)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.68.0 to 0.79.0 in [#&#8203;604](https://github.com/docker/metadata-action/pull/604)
- Bump [@&#8203;isaacs/brace-expansion](https://github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 in [#&#8203;600](https://github.com/docker/metadata-action/pull/600)
- Bump semver from 7.7.3 to 7.7.4 in [#&#8203;603](https://github.com/docker/metadata-action/pull/603)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.10.0...v6.0.0>

### [`v6`](https://github.com/docker/metadata-action/compare/v5.10.0...v6.0.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.10.0...v6.0.0)

### [`v5.10.0`](https://github.com/docker/metadata-action/releases/tag/v5.10.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.9.0...v5.10.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.66.0 to 0.68.0 in [#&#8203;559](https://github.com/docker/metadata-action/pull/559) [#&#8203;569](https://github.com/docker/metadata-action/pull/569)
- Bump js-yaml from 3.14.1 to 3.14.2 in [#&#8203;564](https://github.com/docker/metadata-action/pull/564)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.9.0...v5.10.0>

### [`v5.9.0`](https://github.com/docker/metadata-action/releases/tag/v5.9.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.8.0...v5.9.0)

- Add `tag-names` output to return tag names without image base name by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;553](https://github.com/docker/metadata-action/pull/553)
- Bump [@&#8203;babel/runtime-corejs3](https://github.com/babel/runtime-corejs3) from 7.14.7 to 7.28.2 in [#&#8203;539](https://github.com/docker/metadata-action/pull/539)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.66.0 in [#&#8203;555](https://github.com/docker/metadata-action/pull/555)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#&#8203;540](https://github.com/docker/metadata-action/pull/540)
- Bump csv-parse from 5.6.0 to 6.1.0 in [#&#8203;532](https://github.com/docker/metadata-action/pull/532)
- Bump semver from 7.7.2 to 7.7.3 in in [#&#8203;554](https://github.com/docker/metadata-action/pull/554)
- Bump tmp from 0.2.3 to 0.2.5 in [#&#8203;541](https://github.com/docker/metadata-action/pull/541)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.8.0...v5.9.0>

### [`v5.8.0`](https://github.com/docker/metadata-action/releases/tag/v5.8.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.7.0...v5.8.0)

- New `is_not_default_branch` global expression by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;535](https://github.com/docker/metadata-action/pull/535)
- Allow to match part of the git tag or value for semver/pep440 types by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;536](https://github.com/docker/metadata-action/pull/536) [#&#8203;537](https://github.com/docker/metadata-action/pull/537)
- Bump [@&#8203;actions/github](https://github.com/actions/github) from 6.0.0 to 6.0.1 in [#&#8203;523](https://github.com/docker/metadata-action/pull/523)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.62.1 in [#&#8203;526](https://github.com/docker/metadata-action/pull/526)
- Bump form-data from 2.5.1 to 2.5.5 in [#&#8203;533](https://github.com/docker/metadata-action/pull/533)
- Bump moment-timezone from 0.5.47 to 0.6.0 in [#&#8203;525](https://github.com/docker/metadata-action/pull/525)
- Bump semver from 7.7.1 to 7.7.2 in [#&#8203;524](https://github.com/docker/metadata-action/pull/524)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.7.0...v5.8.0>

### [`v5.7.0`](https://github.com/docker/metadata-action/releases/tag/v5.7.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.6.1...v5.7.0)

- Global expressions support for labels and annotations by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;489](https://github.com/docker/metadata-action/pull/489)
- Support disabling outputs as environment variables by [@&#8203;omus](https://github.com/omus) in [#&#8203;497](https://github.com/docker/metadata-action/pull/497)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.44.0 to 0.56.0 in [#&#8203;507](https://github.com/docker/metadata-action/pull/507) [#&#8203;509](https://github.com/docker/metadata-action/pull/509)
- Bump csv-parse from 5.5.6 to 5.6.0 in [#&#8203;482](https://github.com/docker/metadata-action/pull/482)
- Bump moment-timezone from 0.5.46 to 0.5.47 in [#&#8203;501](https://github.com/docker/metadata-action/pull/501)
- Bump semver from 7.6.3 to 7.7.1 in [#&#8203;504](https://github.com/docker/metadata-action/pull/504)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.6.1...v5.7.0>

### [`v5.6.1`](https://github.com/docker/metadata-action/releases/tag/v5.6.1)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1)

- Fix GitHub API request fallback for commit date by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;478](https://github.com/docker/metadata-action/pull/478)
- Revert to default commit SHA length of 7 by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;480](https://github.com/docker/metadata-action/pull/480)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1>

### [`v5.6.0`](https://github.com/docker/metadata-action/releases/tag/v5.6.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0)

- Add `commit_date` global expression by [@&#8203;trim21](https://github.com/trim21) in [#&#8203;471](https://github.com/docker/metadata-action/pull/471) [#&#8203;475](https://github.com/docker/metadata-action/pull/475)
- Increase short commit sha length to 12 for uniqueness by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;467](https://github.com/docker/metadata-action/pull/467)
- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.1 [#&#8203;460](https://github.com/docker/metadata-action/pull/460)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.16.1 to 0.44.0 [#&#8203;391](https://github.com/docker/metadata-action/pull/391) [#&#8203;399](https://github.com/docker/metadata-action/pull/399) [#&#8203;413](https://github.com/docker/metadata-action/pull/413) [#&#8203;441](https://github.com/docker/metadata-action/pull/441)
- Bump braces from 3.0.2 to 3.0.3 [#&#8203;424](https://github.com/docker/metadata-action/pull/424)
- Bump cross-spawn from 7.0.3 to 7.0.5 [#&#8203;474](https://github.com/docker/metadata-action/pull/474)
- Bump csv-parse from 5.5.5 to 5.5.6 [#&#8203;412](https://github.com/docker/metadata-action/pull/412)
- Bump moment-timezone from 0.5.44 to 0.5.46 [#&#8203;383](https://github.com/docker/metadata-action/pull/383) [#&#8203;470](https://github.com/docker/metadata-action/pull/470) [#&#8203;459](https://github.com/docker/metadata-action/pull/459)
- Bump path-to-regexp from 6.2.2 to 6.3.0 [#&#8203;454](https://github.com/docker/metadata-action/pull/454)
- Bump semver from 7.6.0 to 7.6.3 [#&#8203;400](https://github.com/docker/metadata-action/pull/400) [#&#8203;411](https://github.com/docker/metadata-action/pull/411) [#&#8203;440](https://github.com/docker/metadata-action/pull/440)
- Bump undici from 5.26.3 to 5.28.4 [#&#8203;386](https://github.com/docker/metadata-action/pull/386) [#&#8203;402](https://github.com/docker/metadata-action/pull/402)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0>

### [`v5.5.1`](https://github.com/docker/metadata-action/releases/tag/v5.5.1)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1)

- Don't set `cwd://` prefix for local bake files by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;382](https://github.com/docker/metadata-action/pull/382)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1>

### [`v5.5.0`](https://github.com/docker/metadata-action/releases/tag/v5.5.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0)

- Set `cwd://` prefix for bake files path by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;370](https://github.com/docker/metadata-action/pull/370)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.16.0 to 0.16.1 in [#&#8203;371](https://github.com/docker/metadata-action/pull/371)
- Bump moment from 2.29.4 to 2.30.1 in [#&#8203;373](https://github.com/docker/metadata-action/pull/373)
- Bump moment-timezone from 0.5.43 to 0.5.44 in [#&#8203;374](https://github.com/docker/metadata-action/pull/374)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0>

### [`v5.4.0`](https://github.com/docker/metadata-action/releases/tag/v5.4.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.3.0...v5.4.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.15.0 to 0.16.0 in [#&#8203;369](https://github.com/docker/metadata-action/pull/369)
- Bump csv-parse from 5.5.2 to 5.5.3 in [#&#8203;365](https://github.com/docker/metadata-action/pull/365)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.3.0...v5.4.0>

### [`v5.3.0`](https://github.com/docker/metadata-action/releases/tag/v5.3.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.2.0...v5.3.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.14.0 to 0.15.0 in [#&#8203;363](https://github.com/docker/metadata-action/pull/363) (fixes [#&#8203;362](https://github.com/docker/metadata-action/issues/362))

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.2.0...v5.3.0>

### [`v5.2.0`](https://github.com/docker/metadata-action/releases/tag/v5.2.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5.1.0...v5.2.0)

- Custom annotations support by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;361](https://github.com/docker/metadata-action/pull/361)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.1.0...v5.2.0>

### [`v5.1.0`](https://github.com/docker/metadata-action/releases/tag/v5.1.0)

[Compare Source](https://github.com/docker/metadata-action/compare/v5...v5.1.0)

- Annotations support by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;352](https://github.com/docker/metadata-action/pull/352)
- Split bake definition into two files by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;353](https://github.com/docker/metadata-action/pull/353)
- Allow images input to be empty to output bare tags by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;358](https://github.com/docker/metadata-action/pull/358)
- Bump [@&#8203;actions/github](https://github.com/actions/github) from 5.1.1 to 6.0.0 in [#&#8203;348](https://github.com/docker/metadata-action/pull/348)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse) from 7.17.3 to 7.23.2 in [#&#8203;350](https://github.com/docker/metadata-action/pull/350)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.12.0 to 0.14.0 in [#&#8203;349](https://github.com/docker/metadata-action/pull/349) [#&#8203;357](https://github.com/docker/metadata-action/pull/357)
- Bump csv-parse from 5.5.0 to 5.5.2 in [#&#8203;346](https://github.com/docker/metadata-action/pull/346)
- Bump semver from 7.5.3 to 7.5.4 in [#&#8203;335](https://github.com/docker/metadata-action/pull/335)

**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.0.0...v5.1.0>

</details>

<details>
<summary>docker/setup-buildx-action (docker/setup-buildx-action)</summary>

### [`v4.0.0`](https://github.com/docker/setup-buildx-action/releases/tag/v4.0.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v4.0.0...v4.0.0)

- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;483](https://github.com/docker/setup-buildx-action/pull/483)
- Remove deprecated inputs/outputs by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;464](https://github.com/docker/setup-buildx-action/pull/464)
- Switch to ESM and update config/test wiring by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;481](https://github.com/docker/setup-buildx-action/pull/481)
- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#&#8203;475](https://github.com/docker/setup-buildx-action/pull/475)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.63.0 to 0.79.0 in [#&#8203;482](https://github.com/docker/setup-buildx-action/pull/482) [#&#8203;485](https://github.com/docker/setup-buildx-action/pull/485)
- Bump js-yaml from 4.1.0 to 4.1.1 in [#&#8203;452](https://github.com/docker/setup-buildx-action/pull/452)
- Bump lodash from 4.17.21 to 4.17.23 in [#&#8203;472](https://github.com/docker/setup-buildx-action/pull/472)
- Bump minimatch from 3.1.2 to 3.1.5 in [#&#8203;480](https://github.com/docker/setup-buildx-action/pull/480)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0>

### [`v4`](https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0)

### [`v3.12.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.12.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0)

- Deprecate `install` input by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;455](https://github.com/docker/setup-buildx-action/pull/455)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.63.0 in [#&#8203;434](https://github.com/docker/setup-buildx-action/pull/434)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#&#8203;436](https://github.com/docker/setup-buildx-action/pull/436)
- Bump form-data from 2.5.1 to 2.5.5 in [#&#8203;432](https://github.com/docker/setup-buildx-action/pull/432)
- Bump undici from 5.28.4 to 5.29.0 in [#&#8203;435](https://github.com/docker/setup-buildx-action/pull/435)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0>

### [`v3.11.1`](https://github.com/docker/setup-buildx-action/releases/tag/v3.11.1)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1)

- Fix `keep-state` not being respected by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;429](https://github.com/docker/setup-buildx-action/pull/429)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1>

### [`v3.11.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.11.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0)

- Keep BuildKit state support by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;427](https://github.com/docker/setup-buildx-action/pull/427)
- Remove aliases created when installing by default by [@&#8203;hashhar](https://github.com/hashhar) in [#&#8203;139](https://github.com/docker/setup-buildx-action/pull/139)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.62.1 in [#&#8203;422](https://github.com/docker/setup-buildx-action/pull/422) [#&#8203;425](https://github.com/docker/setup-buildx-action/pull/425)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0>

### [`v3.10.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.10.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.54.0 to 0.56.0 in [#&#8203;408](https://github.com/docker/setup-buildx-action/pull/408)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0>

### [`v3.9.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.9.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.48.0 to 0.54.0 in [#&#8203;402](https://github.com/docker/setup-buildx-action/pull/402) [#&#8203;404](https://github.com/docker/setup-buildx-action/pull/404)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0>

### [`v3.8.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.8.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0)

- Make cloud prefix optional to download buildx if driver is cloud by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;390](https://github.com/docker/setup-buildx-action/pull/390)
- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.1 in [#&#8203;370](https://github.com/docker/setup-buildx-action/pull/370)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.39.0 to 0.48.0 in [#&#8203;389](https://github.com/docker/setup-buildx-action/pull/389)
- Bump cross-spawn from 7.0.3 to 7.0.6 in [#&#8203;382](https://github.com/docker/setup-buildx-action/pull/382)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0>

### [`v3.7.1`](https://github.com/docker/setup-buildx-action/releases/tag/v3.7.1)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1)

- Switch back to `uuid` package by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;369](https://github.com/docker/setup-buildx-action/pull/369)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1>

### [`v3.7.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.7.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0)

- Always set `buildkitd-flags` if opt-in by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;363](https://github.com/docker/setup-buildx-action/pull/363)
- Remove `uuid` package and switch to `crypto` by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;366](https://github.com/docker/setup-buildx-action/pull/366)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.35.0 to 0.39.0 in [#&#8203;362](https://github.com/docker/setup-buildx-action/pull/362)
- Bump path-to-regexp from 6.2.2 to 6.3.0 in [#&#8203;354](https://github.com/docker/setup-buildx-action/pull/354)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0>

### [`v3.6.1`](https://github.com/docker/setup-buildx-action/releases/tag/v3.6.1)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1)

- Check for malformed docker context by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;347](https://github.com/docker/setup-buildx-action/pull/347)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1>

### [`v3.6.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.6.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0)

- Create temp docker context if default one has TLS data loaded before creating a container builder by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;341](https://github.com/docker/setup-buildx-action/pull/341)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0>

### [`v3.5.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.5.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.31.0 to 0.35.0 in [#&#8203;340](https://github.com/docker/setup-buildx-action/pull/340) [#&#8203;344](https://github.com/docker/setup-buildx-action/pull/344) [#&#8203;345](https://github.com/docker/setup-buildx-action/pull/345)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0>

### [`v3.4.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.4.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0)

- Throw error message instead of exit code by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;315](https://github.com/docker/setup-buildx-action/pull/315)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.20.0 to 0.31.0 in [#&#8203;321](https://github.com/docker/setup-buildx-action/pull/321) [#&#8203;338](https://github.com/docker/setup-buildx-action/pull/338)
- Bump braces from 3.0.2 to 3.0.3 in [#&#8203;329](https://github.com/docker/setup-buildx-action/pull/329)
- Bump undici from 5.28.3 to 5.28.4 in [#&#8203;312](https://github.com/docker/setup-buildx-action/pull/312)
- Bump uuid from 9.0.1 to 10.0.0 in [#&#8203;326](https://github.com/docker/setup-buildx-action/pull/326)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0>

### [`v3.3.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.3.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0)

- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.19.0 to 0.20.0 by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;307](https://github.com/docker/setup-buildx-action/pull/307)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0>

### [`v3.2.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.2.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0)

- Rename and align config inputs by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;303](https://github.com/docker/setup-buildx-action/pull/303)
  - `config` to `buildkitd-config`
  - `config-inline` to `buildkitd-config-inline`
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.17.0 to 0.19.0 in [#&#8203;302](https://github.com/docker/setup-buildx-action/pull/302) [#&#8203;306](https://github.com/docker/setup-buildx-action/pull/306)

> \[!NOTE]
> `config` and `config-inline` input names are deprecated and will be removed in next major release.

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0>

### [`v3.1.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.1.0)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v3...v3.1.0)

- `cache-binary` input to enable/disable caching binary to GHA cache backend by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;300](https://github.com/docker/setup-buildx-action/pull/300)
- build(deps): bump [@&#8203;babel/traverse](https://github.com/babel/traverse) from 7.17.3 to 7.23.2 in [#&#8203;282](https://github.com/docker/setup-buildx-action/pull/282)
- build(deps): bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.12.0 to 0.17.0 in [#&#8203;281](https://github.com/docker/setup-buildx-action/pull/281) [#&#8203;284](https://github.com/docker/setup-buildx-action/pull/284) [#&#8203;299](https://github.com/docker/setup-buildx-action/pull/299)
- build(deps): bump uuid from 9.0.0 to 9.0.1 in [#&#8203;271](https://github.com/docker/setup-buildx-action/pull/271)
- build(deps): bump undici from 5.26.3 to 5.28.3 in [#&#8203;297](https://github.com/docker/setup-buildx-action/pull/297)

**Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.0.0...v3.1.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

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

---

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

Reviewed-on: https://git.valverde.cloud/Thilawyn/caddy/pulls/9
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2026-05-15 12:15:22 +02:00
renovate-bot 285f2acf96 Update caddy Docker tag to v2.11.3 (#8)
Build / build (push) Successful in 1m51s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| caddy | final | minor | `2.10.2` → `2.11.3` |
| caddy | stage | minor | `2.10.2-builder` → `2.11.3-builder` |

---

### Configuration

📅 **Schedule**: (UTC)

- 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 these updates again.

---

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

---

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

---------

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #8
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2026-05-15 12:05:24 +02:00
Julien Valverdé 5916520d13 Update Renovate config
Build / build (push) Successful in 1m44s
2026-02-12 17:41:10 +01:00
Julien Valverdé 35df744bec Fix version extraction
Build / build (push) Successful in 1m52s
2026-02-12 17:31:15 +01:00
renovate-bot 0e4aca4296 Update caddy:2.10.2 Docker digest to c3d7ee5 (#6)
Build / build (push) Successful in 1m40s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| caddy | final | digest | `70e816c` → `c3d7ee5` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Reviewed-on: #6
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2026-02-12 15:51:44 +01:00
renovate-bot d98a992440 Update caddy:2.10.2-builder Docker digest to 0166840 (#7)
Build / build (push) Successful in 1m46s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| caddy | stage | digest | `00dfa5f` → `0166840` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Reviewed-on: #7
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2026-02-12 15:47:12 +01:00
renovate-bot 16b30d366a Update caddy:2.10.2-builder Docker digest to 00dfa5f (#5)
Build / build (push) Successful in 1m38s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| caddy | stage | digest | `7ed26c8` → `00dfa5f` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45My4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Reviewed-on: #5
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2026-01-29 01:23:06 +01:00
3 changed files with 18 additions and 19 deletions
+5 -5
View File
@@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v4
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Login to Container Registry - name: Login to Container Registry
if: ${{ gitea.event_name != 'pull_request' }} if: ${{ gitea.event_name != 'pull_request' }}
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: docker.valverde.cloud registry: docker.valverde.cloud
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }} username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
@@ -26,11 +26,11 @@ jobs:
- name: Parse Caddy version - name: Parse Caddy version
id: version id: version
run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' ./Dockerfile | cut -d ':' -f2)" | tee -a $GITEA_OUTPUT run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+' ./Dockerfile | head -1 | cut -d ':' -f2)" | tee -a $GITEA_OUTPUT
- name: Generate Docker metadata - name: Generate Docker metadata
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
images: | images: |
docker.valverde.cloud/${{ gitea.repository }} docker.valverde.cloud/${{ gitea.repository }}
@@ -46,7 +46,7 @@ jobs:
latest=true latest=true
- name: Build - name: Build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
+6 -6
View File
@@ -1,11 +1,11 @@
FROM caddy:2.10.2-builder@sha256:7ed26c87abd76318b35677bef46457f9221113f7d9ab341104096862f182a3eb AS builder FROM caddy:2.11.4-builder@sha256:ea6e54f62d2033b80747b022923ae0dd4f817ec4eefa2ca3a34cbebf16b6468c AS builder
RUN --mount=type=cache,target=/go/pkg/mod \ RUN --mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \ --mount=type=cache,target=/root/.cache/go-build \
xcaddy build \ xcaddy build \
--with github.com/mholt/caddy-l4@master \ --with github.com/mholt/caddy-l4@v0.1.1 \
--with github.com/greenpau/caddy-security@v1.1.31 \ --with github.com/greenpau/caddy-security@v1.1.62 \
--with github.com/hslatman/caddy-crowdsec-bouncer/crowdsec@v0.9.2 \ --with github.com/hslatman/caddy-crowdsec-bouncer@v0.12.1 \
--with github.com/caddy-dns/namecheap@master --with github.com/caddy-dns/namecheap@c7fcf32
FROM caddy:2.10.2@sha256:70e816c44fb79071fc4cd939ffda76e3b629642309efe31a4fb0ed45873be464 FROM caddy:2.11.4@sha256:cfeb0b281bc44a5a51fecde39e9e577c60d863c0b6196e6bbdf58fd00960887f
COPY --from=builder /usr/bin/caddy /usr/bin/caddy COPY --from=builder /usr/bin/caddy /usr/bin/caddy
+7 -8
View File
@@ -7,12 +7,11 @@
"labels": ["renovate"], "labels": ["renovate"],
"configMigration": true, "configMigration": true,
"prHourlyLimit": 0, "prHourlyLimit": 0,
"docker-compose": { "packageRules": [
"hostRules": [ {
{ "matchPackageNames": ["*"],
"matchHost": "docker.io", "groupName": "all dependencies",
"concurrentRequestLimit": 2 "groupSlug": "all-deps"
} }
] ]
}
} }