feat: add ci cd
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 40s

This commit is contained in:
Juan Sebastián Montoya 2026-01-06 14:02:18 -05:00
parent 4a4fa05ce4
commit 616463eceb
4 changed files with 414 additions and 0 deletions

View file

@ -0,0 +1,24 @@
Release {{VERSION}}
Docker Image: {{IMAGE_NAME}}
Commit: {{COMMIT_SHORT}} ({{COMMIT_HASH}})
Build Date: {{BUILD_DATE}}
Author: {{COMMIT_AUTHOR}}
## Changes
{{COMMITS}}
## Docker Image
```
docker pull {{IMAGE_NAME}}
```
## Deployment
The image is also available as `latest`:
```
docker pull git.jusemon.com/jusemon/threejs-test:latest
```