Commit 0f1be14
committed
ci: add Docker image auto-build and publish workflow
- Add .github/workflows/docker.yml for automatic Docker image building
- Publish images to GitHub Container Registry (ghcr.io)
- Images tagged with: latest, main branch, and commit SHA
- Update README.md with Docker image instructions:
- Recommend using pre-built image (ghcr.io/tkavelli/reezonly-space-openapi:latest)
- Provide local build alternative
- Document CI/CD pipelines (pages.yml + docker.yml)
- Add GitHub Actions status check links
Now users can:
1. Pull ready-to-use Docker image: docker pull ghcr.io/tkavelli/reezonly-space-openapi:latest
2. Or build locally: docker build -t reezonly-space-openapi .
Every push to main triggers:
- GitHub Pages deployment (documentation)
- Docker image build and push to ghcr.io1 parent 9e40b63 commit 0f1be14
2 files changed
Lines changed: 112 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
| |||
164 | 176 | | |
165 | 177 | | |
166 | 178 | | |
167 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
168 | 182 | | |
169 | 183 | | |
170 | | - | |
171 | | - | |
| 184 | + | |
| 185 | + | |
172 | 186 | | |
173 | | - | |
| 187 | + | |
| 188 | + | |
174 | 189 | | |
175 | | - | |
176 | | - | |
| 190 | + | |
| 191 | + | |
177 | 192 | | |
178 | 193 | | |
179 | | - | |
| 194 | + | |
180 | 195 | | |
181 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
182 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
183 | 208 | | |
184 | 209 | | |
185 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
186 | 216 | | |
| 217 | + | |
187 | 218 | | |
188 | | - | |
| 219 | + | |
189 | 220 | | |
190 | 221 | | |
| 222 | + | |
| 223 | + | |
191 | 224 | | |
192 | 225 | | |
193 | 226 | | |
| |||
198 | 231 | | |
199 | 232 | | |
200 | 233 | | |
201 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
202 | 244 | | |
203 | 245 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
208 | 249 | | |
209 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
210 | 257 | | |
211 | 258 | | |
212 | 259 | | |
| |||
0 commit comments