Commit d90acb9
committed
fix(ci): skip Docker Hub login on pull_request events
Dependabot PRs cannot access repository secrets, causing the login step
to fail with 'Username and password required'. Since the build-push step
already skips push on PRs, the login is also unnecessary for PRs.1 parent f395d30 commit d90acb9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
0 commit comments