mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 21:23:54 +00:00
Update depot/build-push-action action to v1.16.0 (#15261)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [depot/build-push-action](https://redirect.github.com/depot/build-push-action) | action | minor | `v1.15.0` -> `v1.16.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>depot/build-push-action (depot/build-push-action)</summary> ### [`v1.16.0`](https://redirect.github.com/depot/build-push-action/releases/tag/v1.16.0) [Compare Source](https://redirect.github.com/depot/build-push-action/compare/v1.15.0...v1.16.0) ##### What's Changed - Add support for annotations ([#​38](https://redirect.github.com/depot/build-push-action/issues/38)) [@​zanieb](https://redirect.github.com/zanieb) - feat: add `save-tags` for multiple depot registry tags ([#​40](https://redirect.github.com/depot/build-push-action/issues/40)) [@​goller](https://redirect.github.com/goller) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42Ni4yIiwidXBkYXRlZEluVmVyIjoiNDEuNjYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7e817bafde
commit
9a53806419
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
|
||||
- name: Build and push by digest
|
||||
id: build
|
||||
uses: depot/build-push-action@2583627a84956d07561420dcc1d0eb1f2af3fac0 # v1.15.0
|
||||
uses: depot/build-push-action@0b7423b11016b0349604e22d7ea01b078bed6c70 # v1.16.0
|
||||
with:
|
||||
project: 7hd4vdzmw5 # astral-sh/uv
|
||||
context: .
|
||||
|
|
@ -275,7 +275,7 @@ jobs:
|
|||
|
||||
- name: Build and push
|
||||
id: build-and-push
|
||||
uses: depot/build-push-action@2583627a84956d07561420dcc1d0eb1f2af3fac0 # v1.15.0
|
||||
uses: depot/build-push-action@0b7423b11016b0349604e22d7ea01b078bed6c70 # v1.16.0
|
||||
with:
|
||||
context: .
|
||||
project: 7hd4vdzmw5 # astral-sh/uv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue