Skip to content

Commit

Permalink
added workflow: register service
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de committed Mar 28, 2024
1 parent ae26ada commit 5f12362
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/register_service.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Register Docker Image

on:
push:
branches: [ service-registration ]

jobs:
build:
runs-on: ubuntu-latest

steps:
# required to access configuration
- uses: actions/checkout@v3

# init registration
- name: Init Registration
uses: MindMaster98/[email protected]
with:
mode: register
updater_host: ${{ secrets.UPDATER_HOST }}
api_key: ${{ secrets.API_KEY }}
config_file: "service_config/service_config.json"
setup_path: "service_config"

0 comments on commit 5f12362

Please sign in to comment.