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` |
---
### Release Notes
<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>
### [`v7.2.0`](https://github.com/docker/build-push-action/releases/tag/v7.2.0)
[Compare Source](https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0)
- Bump [@​actions/core](https://github.com/actions/core) from 3.0.0 to 3.0.1 in [#​1525](https://github.com/docker/build-push-action/pull/1525)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.87.0 to 0.90.0 in [#​1517](https://github.com/docker/build-push-action/pull/1517)
- Bump brace-expansion from 2.0.2 to 5.0.6 in [#​1534](https://github.com/docker/build-push-action/pull/1534)
- Bump fast-xml-builder from 1.1.4 to 1.2.0 in [#​1529](https://github.com/docker/build-push-action/pull/1529)
- Bump fast-xml-parser from 5.5.7 to 5.8.0 in [#​1521](https://github.com/docker/build-push-action/pull/1521)
- Bump postcss from 8.5.6 to 8.5.10 in [#​1526](https://github.com/docker/build-push-action/pull/1526)
- Bump tar from 6.2.1 to 7.5.15 in [#​1533](https://github.com/docker/build-push-action/pull/1533)
**Full Changelog**: <https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0>
### [`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 [@​crazy-max](https://github.com/crazy-max) in [#​1505](https://github.com/docker/build-push-action/pull/1505)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.79.0 to 0.87.0 by [@​crazy-max](https://github.com/crazy-max) in [#​1505](https://github.com/docker/build-push-action/pull/1505)
- Bump brace-expansion from 1.1.12 to 1.1.13 in [#​1500](https://github.com/docker/build-push-action/pull/1500)
- Bump fast-xml-parser from 5.4.2 to 5.5.7 in [#​1489](https://github.com/docker/build-push-action/pull/1489)
- Bump flatted from 3.3.3 to 3.4.2 in [#​1491](https://github.com/docker/build-push-action/pull/1491)
- Bump glob from 10.3.12 to 10.5.0 in [#​1490](https://github.com/docker/build-push-action/pull/1490)
- Bump handlebars from 4.7.8 to 4.7.9 in [#​1497](https://github.com/docker/build-push-action/pull/1497)
- Bump lodash from 4.17.23 to 4.18.1 in [#​1510](https://github.com/docker/build-push-action/pull/1510)
- Bump picomatch from 4.0.3 to 4.0.4 in [#​1496](https://github.com/docker/build-push-action/pull/1496)
- Bump undici from 6.23.0 to 6.24.1 in [#​1486](https://github.com/docker/build-push-action/pull/1486)
- Bump vite from 7.3.1 to 7.3.2 in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​1470](https://github.com/docker/build-push-action/pull/1470)
- Remove deprecated `DOCKER_BUILD_NO_SUMMARY` and `DOCKER_BUILD_EXPORT_RETENTION_DAYS` envs by [@​crazy-max](https://github.com/crazy-max) in [#​1473](https://github.com/docker/build-push-action/pull/1473)
- Remove legacy export-build tool support for build summary by [@​crazy-max](https://github.com/crazy-max) in [#​1474](https://github.com/docker/build-push-action/pull/1474)
- Switch to ESM and update config/test wiring by [@​crazy-max](https://github.com/crazy-max) in [#​1466](https://github.com/docker/build-push-action/pull/1466)
- Bump [@​actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#​1454](https://github.com/docker/build-push-action/pull/1454)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.79.0 in [#​1453](https://github.com/docker/build-push-action/pull/1453) [#​1472](https://github.com/docker/build-push-action/pull/1472) [#​1479](https://github.com/docker/build-push-action/pull/1479)
- Bump minimatch from 3.1.2 to 3.1.5 in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​1451](https://github.com/docker/build-push-action/pull/1451)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#​1396](https://github.com/docker/build-push-action/pull/1396)
- Bump form-data from 2.5.1 to 2.5.5 in [#​1391](https://github.com/docker/build-push-action/pull/1391)
- Bump js-yaml from 3.14.1 to 3.14.2 in [#​1429](https://github.com/docker/build-push-action/pull/1429)
- Bump lodash from 4.17.21 to 4.17.23 in [#​1446](https://github.com/docker/build-push-action/pull/1446)
- Bump tmp from 0.2.3 to 0.2.4 in [#​1398](https://github.com/docker/build-push-action/pull/1398)
- Bump undici from 5.28.4 to 5.29.0 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.61.0 to 0.62.1 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.59.0 to 0.61.0 by [@​crazy-max](https://github.com/crazy-max) in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​1343](https://github.com/docker/build-push-action/pull/1343)
- Only print secret keys in build summary output by [@​crazy-max](https://github.com/crazy-max) in [#​1353](https://github.com/docker/build-push-action/pull/1353)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.59.0 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.55.0 to 0.56.0 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.53.0 to 0.55.0 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.51.0 to 0.53.0 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.49.0 to 0.51.0 in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​1283](https://github.com/docker/build-push-action/pull/1283)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.46.0 to 0.49.0 in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​1265](https://github.com/docker/build-push-action/pull/1265)
- Bump [@​actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.1 in [#​1238](https://github.com/docker/build-push-action/pull/1238)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.39.0 to 0.46.0 in [#​1268](https://github.com/docker/build-push-action/pull/1268)
- Bump cross-spawn from 7.0.3 to 7.0.6 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.38.0 to 0.39.0 in [#​1234](https://github.com/docker/build-push-action/pull/1234)
- Bump path-to-regexp from 6.2.2 to 6.3.0 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.37.1 to 0.38.0 in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.37.0 to 0.37.1 in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​1197](https://github.com/docker/build-push-action/pull/1197)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.35.0 to 0.37.0 in [#​1196](https://github.com/docker/build-push-action/pull/1196) [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.33.0 to 0.35.0 in [#​1186](https://github.com/docker/build-push-action/pull/1186) [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​1133](https://github.com/docker/build-push-action/pull/1133)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.31.0 to 0.33.0 in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​1170](https://github.com/docker/build-push-action/pull/1170) [#​1173](https://github.com/docker/build-push-action/pull/1173)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.28.0 to 0.31.0 in [#​1171](https://github.com/docker/build-push-action/pull/1171) [#​1159](https://github.com/docker/build-push-action/pull/1159) [#​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 [@​crazy-max](https://github.com/crazy-max) in [#​1153](https://github.com/docker/build-push-action/pull/1153)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.27.0 to 0.28.0 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.26.2 to 0.27.0 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.26.1 to 0.26.2 in [#​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 [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.26.0 to 0.26.1 in [#​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>
---
### 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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
jcabillot
was assigned by renovate2026-05-29 14:40:57 -04:00
renovate
changed title from Update docker/build-push-action action to v7 to Update docker/build-push-action action to v7 - autoclosed2026-05-29 15:10:49 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v6→v7Release Notes
docker/build-push-action (docker/build-push-action)
v7.2.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0
v7.1.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0
v7.0.0Compare Source
DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by @crazy-max in #1473Full Changelog: https://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0
v7Compare Source
v6.19.2Compare Source
GIT_AUTH_TOKENhost by @crazy-max in #1458Full Changelog: https://github.com/docker/build-push-action/compare/v6.19.1...v6.19.2
v6.19.1Compare Source
GIT_AUTH_TOKENhost from GitHub server URL by @crazy-max in #1456Full Changelog: https://github.com/docker/build-push-action/compare/v6.19.0...v6.19.1
v6.19.0Compare Source
github.comby @crazy-max in #1451Full Changelog: https://github.com/docker/build-push-action/compare/v6.18.0...v6.19.0
v6.18.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0
v6.17.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.16.0...v6.17.0
v6.16.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.15.0...v6.16.0
v6.15.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.0
v6.14.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0
v6.13.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0
v6.12.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0
v6.11.0Compare Source
defaultContextsupport forbuild-contextsinput by @crazy-max in #1283Full Changelog: https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0
v6.10.0Compare Source
callinput to set method for evaluating build by @crazy-max in #1265Full Changelog: https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0
v6.9.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.0
v6.8.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.0
v6.7.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0
v6.6.1Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.6.0...v6.6.1
v6.6.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.5.0...v6.6.0
v6.5.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0
v6.4.1Compare Source
repositoryandghtokenattributes for GitHub Actions cache backend" by @crazy-max in #1183Full Changelog: https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1
v6.4.0Compare Source
repositoryandghtokenattributes for GitHub Actions cache backend by @crazy-max in #1133Full Changelog: https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0
v6.3.0Compare Source
DOCKER_BUILD_RECORD_UPLOADenvironment variable to enable/disable build record upload by @crazy-max in #1172DOCKER_BUILD_NO_SUMMARYhas been deprecated. SetDOCKER_BUILD_SUMMARYtofalseinstead by @crazy-max in #1170 #1173Full Changelog: https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0
v6.2.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0
v6.1.0Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0
v6.0.2Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2
v6.0.1Compare Source
Full Changelog: https://github.com/docker/build-push-action/compare/v6.0.0...v6.0.1
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.
Update docker/build-push-action action to v7to Update docker/build-push-action action to v7 - autoclosedPull request closed