Skip to content

Microservices for authentication and authorization #475

Microservices for authentication and authorization

Microservices for authentication and authorization #475

Workflow file for this run

name: Main
on: [push, pull_request]
jobs:
build-gargantua:
uses: ./.github/workflows/build.yaml
with:
path: ./

Check failure on line 7 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 7, Col: 13): Invalid input, path is not defined in the referenced workflow. .github/workflows/main.yaml (Line: 8, Col: 14): Invalid input, image is not defined in the referenced workflow.
image: gargantua
secrets: inherit
build-user-service:
uses: ./.github/workflows/build.yaml
with:
path: ./services/usersvc
image: userservice
secrets: inherit