Skip to content

chore: initial commit #4

chore: initial commit

chore: initial commit #4

Workflow file for this run

name: Build & Publish to Registry
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "gh-runner/**"
defaults:
run:
working-directory: ./
shell: bash
jobs:
build:
name: gh-runner
uses: ./.github/workflows/docker-build.yaml
with:
REGISTRY: ghcr.io
ORGANISATION_NAME: philwelz