File tree Expand file tree Collapse file tree 4 files changed +218
-1
lines changed
Expand file tree Collapse file tree 4 files changed +218
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ workflow_dispatch :
5+ inputs :
6+ version_increment :
7+ description : ' La version a incrémenter (major, minor, patch)'
8+ required : true
9+ default : ' patch'
10+ type : choice
11+ options :
12+ - ' major'
13+ - ' minor'
14+ - ' patch'
15+ build_docker_image :
16+ description : " Construire l'image docker ?"
17+ required : true
18+ default : true
19+ type : boolean
20+ latest :
21+ description : " Tagger l'image docker avec le tag 'latest' ?"
22+ required : true
23+ default : false
24+ type : boolean
25+
26+ jobs :
27+ build :
28+ runs-on : ubuntu-latest
29+ permissions :
30+ contents : write
31+ packages : write
32+
33+ steps :
34+ - name : Build docker
35+ uses : Libertech-FR/lt-actions/release@main
36+ with :
37+ version_increment : ${{ github.event.inputs.version_increment }}
38+ build_docker_image : ${{ github.event.inputs.build_docker_image }}
39+ latest : ${{ github.event.inputs.latest }}
40+ repository : ${{ github.repository }}
41+ username : ${{ github.actor }}
42+ password : ${{ secrets.GITHUB_TOKEN }}
43+ access_token : ${{ secrets.GITHUB_TOKEN }}
44+ github_token : ${{ secrets.GITHUB_TOKEN }}
45+ build-args : BUILD_VERSION={{NEW_VERSION}}
Original file line number Diff line number Diff line change 1- # Sesame - Taiga Crawler
1+ <p align =" center " >
2+ <a href =" https://libertech-fr.github.io/sesame-taiga_crawler " target =" blank " ><img src =" ./static/sesame-logo.svg " width =" 200 " alt =" Sesame Logo " /></a >
3+ </p >
4+ <p align =" center " >Sésame Taiga Crawler - Importation de données</p >
5+ <p align =" center " >
6+ <img alt =" GitHub all releases " src =" https://img.shields.io/github/downloads/libertech-fr/sesame-taiga_crawler/total " >
7+ <img alt =" GitHub " src =" https://img.shields.io/github/license/libertech-fr/sesame-taiga_crawler " >
8+ <img alt =" GitHub contributors " src =" https://img.shields.io/github/contributors/libertech-fr/sesame-taiga_crawler " >
9+ <a href =" https://github.com/Libertech-Fr/sesame-taiga_crawler/actions/workflows/release.yml?event=workflow_dispatch " ><img alt =" GitHub contributors " src =" https://github.com/Libertech-Fr/sesame-taiga_crawler/actions/workflows/release.yml/badge.svg " ></a >
10+ </p >
11+ <br >
212
313Le Sesame - Taiga Crawler est un projet Python qui interagit avec l'API Taiga pour effectuer des tâches spécifiques.
414
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.2.1"
3+ }
You can’t perform that action at this time.
0 commit comments