We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83bfd93 + e2565a7 commit ef1fb96Copy full SHA for ef1fb96
.github/workflows/.e2e-run.yml
@@ -114,7 +114,7 @@ jobs:
114
-
115
name: Login to Registry
116
if: github.event_name != 'pull_request' && (inputs.type == 'remote' || env.REGISTRY_USER != '')
117
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
118
with:
119
registry: ${{ env.REGISTRY_FQDN || inputs.registry }}
120
username: ${{ env.REGISTRY_USER || secrets.registry_username }}
0 commit comments