Skip to content

chore: test ci

chore: test ci #3

name: CI - Build Ichigo Image

Check failure on line 1 in .github/workflows/build-ichigo-dockerimage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-ichigo-dockerimage.yml

Invalid workflow file

`pull` is not a valid event name
on:
pull:
branches:
- chore/package
paths:
- "api/**"
- .github/workflows/template-docker.yaml
jobs:
build-docker-x64:
uses: ./.github/workflows/template-docker.yaml
secrets: inherit
with:
runs-on: ubuntu-latest
docker-file: api/Dockerfile
context: api
is_push: false
readme-file: ./README.md
docker-repo-name: menloltd/ichigo
tags: menloltd/ichigo:${{ github.sha }}