Commit 6f5ad00
committed
Fix GHCR authentication in netconf-simulator publish workflow
Correct the GitHub Actions workflow to use docker/login-action@v3 for proper
authentication to GitHub Container Registry.
Previously, the workflow attempted to pass the token directly via docker login,
causing authentication failures.
JIRA: LIGHTY-385
Signed-off-by: tobias.pobocik tobias.pobocik@pantheon.tech
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>1 parent d26f1ce commit 6f5ad00
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments