Commit 3e32502
ci: auto-publish dashboard docker image on v* tag (closes #122)
Adds a docker-publish job to publish.yml that runs after the NuGet
publish succeeds on a v<version> tag push. Builds from the existing
docker/dashboard/Dockerfile and pushes:
blehnen74/dotnetworkqueue-dashboard:<version>
blehnen74/dotnetworkqueue-dashboard:latest
Dry-run semantics match the NuGet publish job -- the docker job is
skipped entirely when workflow_dispatch is invoked with dry_run=true,
so operational dry-runs exercise verify-gate + build-pack without
either NuGet or docker side effects.
Single-platform (linux/amd64) for now; issue #122 lists multi-arch
as an optional follow-up. DOCKERHUB_USERNAME and DOCKERHUB_TOKEN
secrets must be configured in repo settings before first run.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent afcc474 commit 3e32502
1 file changed
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
0 commit comments