Skip to content

Commit 2bc4dc8

Browse files
Update docker/login-action action to v3.5.0 (#15862)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://redirect.github.com/docker/login-action) | action | minor | `v3.4.0` -> `v3.5.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>docker/login-action (docker/login-action)</summary> ### [`v3.5.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.5.0) [Compare Source](https://redirect.github.com/docker/login-action/compare/v3.4.0...v3.5.0) - Support dual-stack endpoints for AWS ECR by [@&#8203;Spacefish](https://redirect.github.com/Spacefish) [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;874](https://redirect.github.com/docker/login-action/pull/874) [#&#8203;876](https://redirect.github.com/docker/login-action/pull/876) - Bump [@&#8203;aws-sdk/client-ecr](https://redirect.github.com/aws-sdk/client-ecr) to 3.859.0 in [#&#8203;860](https://redirect.github.com/docker/login-action/pull/860) [#&#8203;878](https://redirect.github.com/docker/login-action/pull/878) - Bump [@&#8203;aws-sdk/client-ecr-public](https://redirect.github.com/aws-sdk/client-ecr-public) to 3.859.0 in [#&#8203;860](https://redirect.github.com/docker/login-action/pull/860) [#&#8203;878](https://redirect.github.com/docker/login-action/pull/878) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.57.0 to 0.62.1 in [#&#8203;870](https://redirect.github.com/docker/login-action/pull/870) - Bump form-data from 2.5.1 to 2.5.5 in [#&#8203;875](https://redirect.github.com/docker/login-action/pull/875) **Full Changelog**: <docker/login-action@v3.4.0...v3.5.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89a5974 commit 2bc4dc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ jobs:
9696
persist-credentials: false
9797

9898
# Login to DockerHub (when not pushing, it's to avoid rate-limiting)
99-
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
99+
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
100100
if: ${{ needs.docker-plan.outputs.login == 'true' }}
101101
with:
102102
username: ${{ needs.docker-plan.outputs.push == 'true' && 'astral' || 'astralshbot' }}
103103
password: ${{ needs.docker-plan.outputs.push == 'true' && secrets.DOCKERHUB_TOKEN_RW || secrets.DOCKERHUB_TOKEN_RO }}
104104

105-
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
105+
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
106106
with:
107107
registry: ghcr.io
108108
username: ${{ github.repository_owner }}
@@ -219,13 +219,13 @@ jobs:
219219
- python:3.9-slim-trixie,python3.9-trixie-slim
220220
steps:
221221
# Login to DockerHub (when not pushing, it's to avoid rate-limiting)
222-
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
222+
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
223223
if: ${{ needs.docker-plan.outputs.login == 'true' }}
224224
with:
225225
username: ${{ needs.docker-plan.outputs.push == 'true' && 'astral' || 'astralshbot' }}
226226
password: ${{ needs.docker-plan.outputs.push == 'true' && secrets.DOCKERHUB_TOKEN_RW || secrets.DOCKERHUB_TOKEN_RO }}
227227

228-
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
228+
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
229229
with:
230230
registry: ghcr.io
231231
username: ${{ github.repository_owner }}
@@ -369,12 +369,12 @@ jobs:
369369
- docker-publish-extra
370370
if: ${{ needs.docker-plan.outputs.push == 'true' }}
371371
steps:
372-
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
372+
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
373373
with:
374374
username: astral
375375
password: ${{ secrets.DOCKERHUB_TOKEN_RW }}
376376

377-
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
377+
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
378378
with:
379379
registry: ghcr.io
380380
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)