Skip to content

feat: add github worker #1

feat: add github worker

feat: add github worker #1

Workflow file for this run

name: Build & Push to container registry
on:
release:
types: [created]
push:
branches:
- master
jobs:
docker:
uses: kakushindev/workflows/.github/workflows/build-docker-image.yml@main
secrets: inherit