There was an error while loading. Please reload this page.
2 parents 9b5c9c8 + 03b9640 commit b976998Copy full SHA for b976998
1 file changed
.github/workflows/.e2e-run.yml
@@ -129,7 +129,7 @@ jobs:
129
-
130
name: Login to Registry
131
if: github.event_name != 'pull_request' && (inputs.type == 'remote' || inputs.provider == 'aws' || env.REGISTRY_USER != '')
132
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
133
with:
134
registry: ${{ env.REGISTRY_FQDN || inputs.registry }}
135
username: ${{ env.REGISTRY_USER || secrets.registry_username || (inputs.registry == 'ghcr.io' && github.actor) || '' }}
0 commit comments