Skip to content

Commit 1b4b33d

Browse files
chore(deps): update docker/login-action action to v3.1.0 (#147)
[![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 [https://github.com/docker/login-action/pull/618](https://togithub.com/docker/login-action/pull/618) - build(deps): bump [@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.12.0 to 0.18.0 in [https://github.com/docker/login-action/pull/616](https://togithub.com/docker/login-action/pull/616) [https://github.com/docker/login-action/pull/636](https://togithub.com/docker/login-action/pull/636) [https://github.com/docker/login-action/pull/682](https://togithub.com/docker/login-action/pull/682) - build(deps): bump aws-sdk dependencies to 3.529.1 in [https://github.com/docker/login-action/pull/624](https://togithub.com/docker/login-action/pull/624) [https://github.com/docker/login-action/pull/685](https://togithub.com/docker/login-action/pull/685) - build(deps): bump http-proxy-agent to 7.0.2 in [https://github.com/docker/login-action/pull/676](https://togithub.com/docker/login-action/pull/676) - build(deps): bump https-proxy-agent to 7.0.4 in [https://github.com/docker/login-action/pull/676](https://togithub.com/docker/login-action/pull/676) - build(deps): bump undici from 5.26.5 to 5.28.3 in [https://github.com/docker/login-action/pull/677](https://togithub.com/docker/login-action/pull/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>
1 parent 97f2366 commit 1b4b33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# https://github.com/docker/login-action
5050
- name: Log into registry ${{ env.REGISTRY }}
5151
if: github.event_name != 'pull_request'
52-
uses: docker/login-action@v3.0.0
52+
uses: docker/login-action@v3.1.0
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}

0 commit comments

Comments
 (0)