Skip to content

Commit e1c842e

Browse files
umati-botGoetz Goerisch
authored andcommitted
chore(deps): update docker/login-action action to v4.6.0 (#1737)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://github.com/docker/login-action) | action | minor | `v4.4.0` → `v4.6.0` | --- ### Release Notes <details> <summary>docker/login-action (docker/login-action)</summary> ### [`v4.6.0`](https://github.com/docker/login-action/releases/tag/v4.6.0) [Compare Source](docker/login-action@v4.5.2...v4.6.0) - Harden buildx scoped config path handling by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1059](docker/login-action#1059) - 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.1095.0 in [#&#8203;1051](docker/login-action#1051) - Bump js-yaml from 5.2.1 to 5.2.2 in [#&#8203;1057](docker/login-action#1057) - Bump postcss from 8.5.10 to 8.5.22 in [#&#8203;1056](docker/login-action#1056) **Full Changelog**: <docker/login-action@v4.5.2...v4.6.0> ### [`v4.5.2`](https://github.com/docker/login-action/releases/tag/v4.5.2) [Compare Source](docker/login-action@v4.5.1...v4.5.2) - Surface Docker Hub OIDC error responses by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1058](docker/login-action#1058) **Full Changelog**: <docker/login-action@v4.5.1...v4.5.2> ### [`v4.5.1`](https://github.com/docker/login-action/releases/tag/v4.5.1) [Compare Source](docker/login-action@v4.5.0...v4.5.1) - Support `dhi.io` as Docker Hub OIDC registry by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1054](docker/login-action#1054) **Full Changelog**: <docker/login-action@v4.5.0...v4.5.1> ### [`v4.5.0`](https://github.com/docker/login-action/releases/tag/v4.5.0) [Compare Source](docker/login-action@v4.4.0...v4.5.0) - [Docker Hub OIDC](https://github.com/docker/login-action#docker-hub) login support by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;1048](docker/login-action#1048) - 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.1091.0 in [#&#8203;1037](docker/login-action#1037) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.92.0 to 0.94.0 in [#&#8203;1044](docker/login-action#1044) [#&#8203;1050](docker/login-action#1050) - Bump brace-expansion from 1.1.13 to 1.1.16 in [#&#8203;1046](docker/login-action#1046) - Bump js-yaml from 5.2.0 to 5.2.1 in [#&#8203;1038](docker/login-action#1038) **Full Changelog**: <docker/login-action@v4.4.0...v4.5.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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI4Ni4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Reviewed-on: https://codeberg.org/umati/Sample-Server/pulls/1737
1 parent 5018351 commit e1c842e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.forgejo/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Login to Container Registry
8989
if: ${{ github.event_name != 'pull_request' }}
90-
uses: docker/login-action@v4.4.0
90+
uses: docker/login-action@v4.6.0
9191
with:
9292
registry: ${{ env.REGISTRY }}
9393
username: ${{ github.repository_owner }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Login to Container Registry
100100
if: ${{ github.event_name != 'pull_request' }}
101-
uses: docker/login-action@v4.4.0
101+
uses: docker/login-action@v4.6.0
102102
with:
103103
registry: ${{ env.REGISTRY }}
104104
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)