Skip to content

Commit

Permalink
Merge pull request #964 from docker/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

chore(deps): Bump docker/login-action from 2 to 3
  • Loading branch information
CrazyMax authored and GitHub committed Sep 12, 2023
2 parents 4bbe017 + 8026f00 commit 285730d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
-
name: Login to Registry
if: github.event_name != 'pull_request' && (env.REGISTRY_USER || inputs.username_secret) != ''
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY_FQDN || inputs.registry }}
username: ${{ env.REGISTRY_USER || secrets[inputs.username_secret] }}
Expand Down

0 comments on commit 285730d

Please sign in to comment.