Skip to content

feat: initial commit #1

feat: initial commit

feat: initial commit #1

Workflow file for this run

name: Action
on:
workflow_dispatch:
push:
branches:
- main
defaults:
run:
working-directory: ./
shell: bash
jobs:
build:
name: gh-runner
uses: ./.github/workflows/docker-build.yaml
with:
REGISTRY: ghcr.io
ORGANISATION_NAME: philwelz