Commit a738eb3
committed
feat(release.yaml): add Docker image build and publish step to GitHub Actions
This change introduces a new job in the GitHub Actions workflow to build
and publish a Docker image. This allows automated creation and
deployment of Docker images whenever a new release is made, ensuring
that the latest version of the application is always available as a
Docker container.1 parent 5fcdd8d commit a738eb3
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments