Skip to content

feat: outbox pattern #20

feat: outbox pattern

feat: outbox pattern #20

Workflow file for this run

name: Blueprint - CI
on:
push:
paths:
- '.github/workflows/blueprint.yml'
- 'openapiv2/**'
- 'proto/**'
- 'blueprint/**'
pull_request:
paths:
- '.github/workflows/blueprint.yml'
- 'openapiv2/**'
- 'proto/**'
- 'blueprint/**'
jobs:
general-quality-check:
name: General quality check
uses: indrasaputra/arjuna/.github/workflows/reusable-general-quality-ci.yml@main
build-push-docker:
name: Build and push docker
needs: [general-quality-check]
uses: indrasaputra/arjuna/.github/workflows/reusable-html-build-ci.yml@ci-for-blueprint

Check failure on line 25 in .github/workflows/blueprint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/blueprint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/blueprint.yml" -> "indrasaputra/arjuna/.github/workflows/reusable-html-build-ci.yml@ci-for-blueprint" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
filters: |
changed:
- '.github/workflows/blueprint.yml'
- 'openapiv2/**'
- 'proto/**'
- 'blueprint/**'
service: blueprint
dockerfile: ./blueprint/dockerfile/blueprint.dockerfile
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}