Skip to content

Commit a9aba77

Browse files
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06398a1 commit a9aba77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ runs:
122122

123123
- name: Login to Registry
124124
if: inputs.docker-username != '' && inputs.docker-password != ''
125-
uses: docker/login-action@v2
125+
uses: docker/login-action@v3
126126
with:
127127
registry: ${{ inputs.docker-registry }}
128128
username: ${{ inputs.docker-username }}

0 commit comments

Comments
 (0)