Merge pull request #5052 from nymtech/feat/add-node-status-agent-workflow

feat: add simple node-status-agent
This commit is contained in:
Tommy Verrall
2024-10-28 19:30:52 +00:00
committed by GitHub
@@ -0,0 +1,11 @@
name: Build and upload Node Status agent container to harbor.nymte.ch
on:
workflow_dispatch:
jobs:
my-job:
runs-on: arc-ubuntu-22.04
steps:
- name: my-step
run: echo "Hello World!"