Skip to content

feat: redo deployment with centralized infra workflow #21

feat: redo deployment with centralized infra workflow

feat: redo deployment with centralized infra workflow #21

Workflow file for this run

name: Deploy (Staging)
on:
workflow_dispatch:
push:
branches:
- "devops-fix"
- "staging"
jobs:
deploy_service:
name: Deploy Service
uses: RistekCSUI/infra-workflows/.github/workflows/dockerhub-service-build.yml@main

Check failure on line 13 in .github/workflows/deploy-staging.yaml

View workflow run for this annotation

GitHub Actions / Deploy (Staging)

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-staging.yaml (Line: 13, Col: 11): Input INSTANCE is required, but not provided while calling. .github/workflows/deploy-staging.yaml (Line: 13, Col: 11): Input IMAGE is required, but not provided while calling.
with:
SERVICES: susunjadwal/susunjadwal-backend
REGISTRY_IMAGE: susunjadwal-backend
REGISTRY_USER: ristekoss
PLATFORMS: linux/amd64
IMAGE_TAG: stable
secrets:
GH_TOKEN: ${{ secrets.CENTRAL_INFRA_GH_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}