This repository was archived by the owner on Feb 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +17
-14
lines changed
Expand file tree Collapse file tree 6 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 5555 }
5656 ],
5757 "contributorsPerLine" : 7 ,
58- "projectName" : " github-action-for-generator " ,
58+ "projectName" : " github-action-for-cli " ,
5959 "projectOwner" : " asyncapi" ,
6060 "repoType" : " github" ,
6161 "repoHost" : " https://github.com" ,
Original file line number Diff line number Diff line change 1- title: GitHub Action for Generator
1+ title: GitHub Action for CLI
22filters:
33 technology:
4- - AsyncAPI Generator
4+ - AsyncAPI CLI
55 categories:
66 - github-action
Original file line number Diff line number Diff line change 2424 run : |
2525 echo ${{secrets.DOCKER_PASSWORD}} | docker login -u ${{secrets.DOCKER_USERNAME}} --password-stdin
2626 npm run docker:build
27- docker tag asyncapi/github-action-for-generator :latest asyncapi/github-action-for-generator :${{ steps.version.outputs.value }}
28- docker push asyncapi/github-action-for-generator :${{ steps.version.outputs.value }}
29- docker push asyncapi/github-action-for-generator :latest
27+ docker tag asyncapi/github-action-for-cli :latest asyncapi/github-action-for-cli :${{ steps.version.outputs.value }}
28+ docker push asyncapi/github-action-for-cli :${{ steps.version.outputs.value }}
29+ docker push asyncapi/github-action-for-cli :latest
Original file line number Diff line number Diff line change 1- # GitHub Action for Generator
1+ # GitHub Action for CLI
22<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
33[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square )] ( #contributors- )
44<!-- ALL-CONTRIBUTORS-BADGE:END -->
Original file line number Diff line number Diff line change 11{
2- "name" : " github-action-for-generator " ,
2+ "name" : " github-action-for-cli " ,
33 "description" : " This is to be used for running tests for the GitHub Action using the MakeFile" ,
4+ "version" : " 3.0.0" ,
45 "scripts" : {
56 "test" : " make test" ,
67 "generate:assets" : " echo 'No additional assets need to be generated at the moment'" ,
7- "docker:build" : " docker build -t asyncapi/github-action-for-generator :latest ."
8+ "docker:build" : " docker build -t asyncapi/github-action-for-cli :latest ."
89 },
910 "repository" : {
1011 "type" : " git" ,
11- "url" : " git+https://github.com/asyncapi/github-action-for-generator .git"
12+ "url" : " git+https://github.com/asyncapi/github-action-for-cli .git"
1213 },
1314 "keywords" : [
1415 " GitHub" ,
1819 "author" : " Lukasz Gornicki <lpgornicki@gmail.com>" ,
1920 "license" : " Apache-2.0" ,
2021 "bugs" : {
21- "url" : " https://github.com/asyncapi/github-action-for-generator /issues"
22+ "url" : " https://github.com/asyncapi/github-action-for-cli /issues"
2223 },
23- "homepage" : " https://github.com/asyncapi/github-action-for-generator #readme"
24+ "homepage" : " https://github.com/asyncapi/github-action-for-cli #readme"
2425}
You can’t perform that action at this time.
0 commit comments