Commit eae746a
committed
Use
Previously, the workflow used `github.repository_owner` when constructing Docker image tags,
which caused push failures if the GitHub username did not match the Docker Hub username.
This commit switches to using the `DOCKER_HUB_USERNAME` secret for the base tag, ensuring
images are pushed to the correct Docker Hub namespace. This does not affect the official
build process where both usernames are identical.DOCKER_HUB_USERNAME for Docker image namespace1 parent 0acc446 commit eae746a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments