Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3.1.0 (#147)
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 | `v3.0.0` -> `v3.1.0` |

---

### Release Notes

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

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

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

- build(deps): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.17.3 to 7.23.2 in
[docker/login-action#618
- build(deps): bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.12.0 to 0.18.0 in
[docker/login-action#616
[docker/login-action#636
[docker/login-action#682
- build(deps): bump aws-sdk dependencies to 3.529.1 in
[docker/login-action#624
[docker/login-action#685
- build(deps): bump http-proxy-agent to 7.0.2 in
[docker/login-action#676
- build(deps): bump https-proxy-agent to 7.0.4 in
[docker/login-action#676
- build(deps): bump undici from 5.26.5 to 5.28.3 in
[docker/login-action#677

**Full Changelog**:
docker/login-action@v3.0.0...v3.1.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://developer.mend.io/github/aenix-io/etcd-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 97f2366 commit 1b4b33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 1b4b33d

Please sign in to comment.