Skip to content

Commit

Permalink
updated path for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ebauman committed Jan 12, 2024
1 parent 1b51e9f commit f661bbd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,42 @@ jobs:
build-accesscode-service:
uses: ./.github/workflows/build.yaml
with:
path: ./services/accesscodesvc
path: ./v3/services/accesscodesvc
image: accesscode-service
secrets: inherit
build-authn-service:
uses: ./.github/workflows/build.yaml
with:
path: ./services/authnsvc
path: ./v3/services/authnsvc
image: authn-service
secrets: inherit
build-authr-service:
uses: ./.github/workflows/build.yaml
with:
path: ./services/authrsvc
path: ./v3/services/authrsvc
image: authr-service
secrets: inherit
build-conversion-service:
uses: ./.github/workflows/build.yaml
with:
path: ./services/conversionsvc
path: ./v3/services/conversionsvc
image: conversion-service
secrets: inherit
build-rbac-service:
uses: ./.github/workflows/build.yaml
with:
path: ./services/rbacsvc
path: ./v3/services/rbacsvc
image: rbac-service
secrets: inherit
build-setting-service:
uses: ./.github/workflows/build.yaml
with:
path: ./services/settingsvc
path: ./v3/services/settingsvc
image: setting-service
secrets: inherit
build-user-service:
uses: ./.github/workflows/build.yaml
with:
path: ./services/usersvc
path: ./v3/services/usersvc
image: user-service
secrets: inherit

0 comments on commit f661bbd

Please sign in to comment.