Skip to content

feat(dashboard): add uptime percentage and sparkline visualization fo… #20

feat(dashboard): add uptime percentage and sparkline visualization fo…

feat(dashboard): add uptime percentage and sparkline visualization fo… #20

Workflow file for this run

name: "[Production] Build & Push — Release"
on:
push:
branches:
- main
pull_request:
types: [closed]
branches:
- main
jobs:
schema-monitor:
uses: aysyazilim/.github/.github/workflows/docker-production.yml@main

Check failure on line 14 in .github/workflows/main-release.yml

View workflow run for this annotation

GitHub Actions / [Production] Build & Push — Release

Invalid workflow file

The workflow is not valid. .github/workflows/main-release.yml (Line: 14, Col: 11): Input version is required, but not provided while calling.
with:
image-name: "api-sentinel-monitor"
dockerfile: "./schema-monitor/Dockerfile"
context: "./schema-monitor"
secrets: inherit
changelog-watcher:
uses: aysyazilim/.github/.github/workflows/docker-production.yml@main
with:
image-name: "api-sentinel-changelog"
dockerfile: "./changelog-watcher/Dockerfile"
context: "./changelog-watcher"
secrets: inherit