Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v2.2.0 (#310)
Browse files Browse the repository at this point in the history
[![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://togithub.com/docker/login-action) | action | minor | `v2.1.0` -> `v2.2.0` |

---

### Release Notes

<details>
<summary>docker/login-action</summary>

### [`v2.2.0`](https://togithub.com/docker/login-action/releases/tag/v2.2.0)

[Compare Source](https://togithub.com/docker/login-action/compare/v2.1.0...v2.2.0)

##### What's Changed

-   Switch to actions-toolkit implementation by [@&#8203;crazy-max](https://togithub.com/crazy-max) in [docker/login-action#409 [docker/login-action#470 [docker/login-action#476
-   Bump [@&#8203;aws-sdk/client-ecr](https://togithub.com/aws-sdk/client-ecr) and [@&#8203;aws-sdk/client-ecr-public](https://togithub.com/aws-sdk/client-ecr-public) to 3.347.1 in [docker/login-action#524 [docker/login-action#364 [docker/login-action#363
-   Bump minimatch from 3.0.4 to 3.1.2 in [docker/login-action#354
-   Bump json5 from 2.2.0 to 2.2.3 in [docker/login-action#378
-   Bump http-proxy-agent from 5.0.0 to 7.0.0 in [docker/login-action#509
-   Bump https-proxy-agent from 5.0.1 to 7.0.0 in [docker/login-action#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-->
  • Loading branch information
renovate[bot] committed Jun 10, 2023
1 parent eb28e24 commit f9fc043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Expand Up @@ -37,7 +37,7 @@ jobs:

- # only authenticate if publishing image
name: Login to Docker Hub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
if: ${{ env.is_publishing == 'true' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit f9fc043

Please sign in to comment.