Skip to content

feat: add docker build #1

feat: add docker build

feat: add docker build #1

Workflow file for this run

name: Build & Push to container registry
on:
release:
types: [created]
push:
branches:
- main
pull_request:
branches:
- "**"
paths:
- "Dockerfile"
jobs:
docker:
uses: nezuchan/self-hosted-workflows/.github/workflows/docker-build.yml@main

Check failure on line 17 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker.yml

Invalid workflow file

error parsing called workflow ".github/workflows/docker.yml" -> "nezuchan/self-hosted-workflows/.github/workflows/docker-build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit