Skip to content

Commit b976998

Browse files
authored
Merge pull request #1601 from docker/dependabot/github_actions/docker/login-action-4.6.0
chore(deps): Bump docker/login-action from 4.2.0 to 4.6.0
2 parents 9b5c9c8 + 03b9640 commit b976998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/.e2e-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
-
130130
name: Login to Registry
131131
if: github.event_name != 'pull_request' && (inputs.type == 'remote' || inputs.provider == 'aws' || env.REGISTRY_USER != '')
132-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
132+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
133133
with:
134134
registry: ${{ env.REGISTRY_FQDN || inputs.registry }}
135135
username: ${{ env.REGISTRY_USER || secrets.registry_username || (inputs.registry == 'ghcr.io' && github.actor) || '' }}

0 commit comments

Comments
 (0)