Skip to content

Commit aab91d2

Browse files
ci(deps): update docker/login-action action to v3.5.0 (#544)
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` | --- ### 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 [https://github.com/docker/login-action/pull/874](https://redirect.github.com/docker/login-action/pull/874) [https://github.com/docker/login-action/pull/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 [https://github.com/docker/login-action/pull/860](https://redirect.github.com/docker/login-action/pull/860) [https://github.com/docker/login-action/pull/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 [https://github.com/docker/login-action/pull/860](https://redirect.github.com/docker/login-action/pull/860) [https://github.com/docker/login-action/pull/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 [https://github.com/docker/login-action/pull/870](https://redirect.github.com/docker/login-action/pull/870) - Bump form-data from 2.5.1 to 2.5.5 in [https://github.com/docker/login-action/pull/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 - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/jgiovaresco/apim-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 810a2a8 commit aab91d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
token: ${{ secrets.GH_TOKEN }}
1515
- name: Log in to Docker Hub
16-
uses: docker/login-action@v3.4.0
16+
uses: docker/login-action@v3.5.0
1717
with:
1818
username: ${{ secrets.DOCKER_USERNAME }}
1919
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)