Skip to content

Commit b48f511

Browse files
committed
chore:update
1 parent 3dcd6d4 commit b48f511

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/dispatch-choice.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- weread-bot
1919
- ai-goofish-monitor
2020
- cron
21+
- brt-data-forwarder
2122
- vcards
2223
- certimate
2324
- mysql-dump
@@ -86,6 +87,17 @@ jobs:
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

.github/workflows/schedule-watch-offical.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ jobs:
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

0 commit comments

Comments
 (0)