Skip to content

fix: services name in github actions #24

fix: services name in github actions

fix: services name in github actions #24

Workflow file for this run

name: Deploy (Staging)
on:
workflow_dispatch:
push:
branches:
- "devops-fix"
- "master"
jobs:
deploy_service:
name: Deploy Service
uses: RistekCSUI/infra-workflows/.github/workflows/dockerhub-service-build.yml@main
with:
SERVICES: susunjadwal/susunjadwal-backend-stg
INSTANCE: Barato
IMAGE: susunjadwal-backend
DOCKERHUB_USER: ristekoss
PLATFORMS: linux/amd64
IMAGE_TAG: latest
secrets:
GH_TOKEN: ${{ secrets.CENTRAL_INFRA_GH_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}