File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - weread-bot
1919 - ai-goofish-monitor
2020 - cron
21+ - brt-data-forwarder
2122 - vcards
2223 - certimate
2324 - mysql-dump
8687 build_platforms : ${{ github.event.inputs.build_platforms || 'linux/amd64,linux/arm64' }}
8788 secrets : inherit
8889
90+ brt_data_forwarder_release :
91+ if : ${{ github.event.inputs.choice_service == 'brt-data-forwarder' }}
92+ uses : ./.github/workflows/release.yml
93+ with :
94+ build_context : ' ./Docker/brt-data-forwarder'
95+ docker_image_name : brt-data-forwarder
96+ docker_tags : ${{ github.event.inputs.docker_tags }}
97+ build_args : ${{ github.event.inputs.build_args }}
98+ build_platforms : ${{ github.event.inputs.build_platforms || 'linux/amd64,linux/arm64' }}
99+ secrets : inherit
100+
89101 vcards_release :
90102 if : ${{ github.event.inputs.choice_service == 'vcards' }}
91103 uses : ./.github/workflows/release.yml
Original file line number Diff line number Diff line change 8888 is_latest_tag : true
8989 build_platforms : ' linux/amd64,linux/arm64'
9090 secrets : inherit
91+
92+ watch_brt_data_forwarder_release :
93+ uses : ./.github/workflows/check-offical-release.yml
94+ with :
95+ image_name : brt-data-forwarder
96+ build_context : ' ./Docker/brt-data-forwarder'
97+ get_official_version_command : ' curl -s https://api.github.com/repos/funnyzak/brt-data-forwarder/releases/latest | jq -r ".tag_name // \"no-tags\""'
98+ is_latest_tag : true
99+ build_platforms : ' linux/amd64,linux/arm64'
100+ secrets : inherit
91101
92102 watch_vcards_release :
93103 uses : ./.github/workflows/check-offical-release.yml
You can’t perform that action at this time.
0 commit comments