Commit d569768
committed
Fix: Use valid Docker tag for SSHD service in test workflow
Updated .github/workflows/test.yml to use `rastasheep/ubuntu-sshd:jammy`
instead of `rastasheep/ubuntu-sshd:22.04`, as the latter tag was not found.
'jammy' corresponds to Ubuntu 22.04 and should resolve the Docker pull error
for the test service container.1 parent d3512a2 commit d569768
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments