Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 91479a73 authored by Dorian Turba's avatar Dorian Turba
Browse files

chore: CHANGELOG

parent 210dac3a
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added
* Support [inputs](https://docs.gitlab.com/ci/yaml/inputs/):
* stage: Stage of the job
* image_id: Image name and tag of the built image
* context_path: Path to the build context, usually the project
* dockerfile_name: Name of the dockerfile
* docker_host: Docker daemon host URL
* docker_driver: Storage driver used by Docker
* kaniko_options: Additional options to pass to Kaniko for image building
* kaniko_tag: Version tag of the Kaniko executor image
* Variables:
* DOCKERFILE_NAME
* KANIKO_TAG
### Changed
* Variables:
* TARGET_IMAGE -> IMAGE_ID
* PROJECT_PATH -> CONTEXT_PATH
## [0.2.1] - 2024-07-16 ## [0.2.1] - 2024-07-16
* Update CICD * Update CICD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment