Commit graph

22 commits

Author SHA1 Message Date
6095ba1cac Remove obsolete workflow and update Docker configurations
Removed the `docker-tag.yaml` workflow as it is no longer needed. Updated the destination tag format in `docker-master.yaml` and upgraded Node.js major version to 22 in the Dockerfile for compatibility and consistency.
2025-05-19 19:10:05 +02:00
34963812db Correct case in repository URLs for consistency.
Updated all instances of "GuillaumeHemmen" to "guillaumehemmen" in workflow files to ensure uniformity in repository URLs. This change prevents potential issues caused by case sensitivity in certain environments.
2025-05-19 19:07:38 +02:00
381ad5aced Update Kaniko executor image in Docker workflow
Replaced the Kaniko executor image with a self-hosted version to improve control and reliability. This ensures the workflow uses a specific version (`25.21.1`) hosted on `git.van-hemmen.com`.
2025-05-19 19:03:05 +02:00
50b53e3700 Add CI workflows for Docker image building and pushing
Introduce four workflows to automate Docker builds and pushes using Kaniko. These workflows cover push events to the `master` branch, pull requests, tag pushes, and other branches. They streamline image publishing to the specified registry with proper secrets configuration.
2025-05-19 19:01:03 +02:00
a487046931
- Add manual trigger to Woodpecker CI configuration.
This change allows the CI pipeline to be manually triggered in addition to being triggered by cron jobs and pushes. This provides more flexibility for testing and deployment workflows.
2024-10-17 11:21:58 +02:00
4966b1242a
- Update Node.js version from 18 to 20
Changed the ARG_NODE_MAJOR in Dockerfile and updated corresponding tags in .woodpecker.yml to reflect the new Node.js version. This ensures that the build process uses the latest version of Node.js.
2024-10-17 11:16:01 +02:00
c58301177c Update Dockerfile 2023-11-22 16:56:09 +01:00
ecb7770a8c Update .woodpecker.yml 2023-11-20 17:52:15 +01:00
56b9b8c0cc add yarn to the image 2023-11-20 17:51:05 +01:00
a84ae68f9f
- re-enable cron 2023-11-04 17:01:27 +01:00
2cf7148f93
- fix tag name issue 2023-11-04 16:49:17 +01:00
e4068c988f
- fix var issues 2023-11-04 16:44:46 +01:00
4f5ea62d1f
- fix var issues 2023-11-04 16:44:29 +01:00
566693b559
- fix var issues 2023-11-04 16:43:48 +01:00
aaa83e6c42
- Implement CI/CD 2023-11-04 16:42:10 +01:00
d7db74f489
- test arg 2023-11-04 13:30:02 +01:00
ca238429b6
- test arg 2023-11-04 13:27:01 +01:00
b309228f13
- test arg 2023-11-04 13:24:42 +01:00
df3146e891
- test arg 2023-11-04 13:21:33 +01:00
67f182d16d
- disable CI/CD filter 2023-11-04 12:24:01 +01:00
3093923643
- implement Dockerfile and CI/CD 2023-11-04 12:23:08 +01:00
317c439f31 Initial commit 2023-11-04 12:06:53 +01:00