Skip to content

Commit

Permalink
Merge pull request #5052 from nymtech/feat/add-node-status-agent-work…
Browse files Browse the repository at this point in the history
…flow

feat: add simple node-status-agent
  • Loading branch information
tommyv1987 authored Oct 28, 2024
2 parents c03cf86 + 96b54c4 commit da60fc0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/push-node-status-agent.yaml
Original file line number Diff line number Diff line change
@@ -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!"

0 comments on commit da60fc0

Please sign in to comment.