Skip to content

add: actions workflow #2

add: actions workflow

add: actions workflow #2

Workflow file for this run

name: Build and push Docker images
on:
push:
branches:
- "*"
jobs:
build-and-push:
name: Build and Push Docker Image
uses: chainroot/kb/.github/workflows/copy-docs.yml@add-workflow-docs

Check failure on line 11 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "chainroot/kb/.github/workflows/copy-docs.yml@add-workflow-docs" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
commit-message: ${{ env.COMMIT_MESSAGE }}
committer: ${{ github.actor }}