diff --git a/.github/workflows/push-node-status-agent.yaml b/.github/workflows/push-node-status-agent.yaml new file mode 100644 index 0000000000..750883efee --- /dev/null +++ b/.github/workflows/push-node-status-agent.yaml @@ -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!"