Skip to content

Commit f9fc043

Browse files
chore(deps): update docker/login-action action to v2.2.0 (#310)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://github.com/docker/login-action) | action | minor | `v2.1.0` -> `v2.2.0` | --- ### Release Notes <details> <summary>docker/login-action</summary> ### [`v2.2.0`](https://github.com/docker/login-action/releases/tag/v2.2.0) [Compare Source](https://github.com/docker/login-action/compare/v2.1.0...v2.2.0) ##### What's Changed - Switch to actions-toolkit implementation by [@&#8203;crazy-max](https://github.com/crazy-max) in [https://github.com/docker/login-action/pull/409](https://github.com/docker/login-action/pull/409) [https://github.com/docker/login-action/pull/470](https://github.com/docker/login-action/pull/470) [https://github.com/docker/login-action/pull/476](https://github.com/docker/login-action/pull/476) - 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.347.1 in [https://github.com/docker/login-action/pull/524](https://github.com/docker/login-action/pull/524) [https://github.com/docker/login-action/pull/364](https://github.com/docker/login-action/pull/364) [https://github.com/docker/login-action/pull/363](https://github.com/docker/login-action/pull/363) - Bump minimatch from 3.0.4 to 3.1.2 in [https://github.com/docker/login-action/pull/354](https://github.com/docker/login-action/pull/354) - Bump json5 from 2.2.0 to 2.2.3 in [https://github.com/docker/login-action/pull/378](https://github.com/docker/login-action/pull/378) - Bump http-proxy-agent from 5.0.0 to 7.0.0 in [https://github.com/docker/login-action/pull/509](https://github.com/docker/login-action/pull/509) - Bump https-proxy-agent from 5.0.1 to 7.0.0 in [https://github.com/docker/login-action/pull/508](https://github.com/docker/login-action/pull/508) **Full Changelog**: docker/login-action@v2.1.0...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: 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://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kula-app/OnLaunch). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent eb28e24 commit f9fc043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- # only authenticate if publishing image
3939
name: Login to Docker Hub
40-
uses: docker/login-action@v2.1.0
40+
uses: docker/login-action@v2.2.0
4141
if: ${{ env.is_publishing == 'true' }}
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)