Skip to content

Commit

Permalink
fix: path_openapi_docs on release_ms_pnpg
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Oct 3, 2024
1 parent 8bff0b9 commit 41e76fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_ms_pnpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
environment: dev
tf_environment: dev-pnpg
dir: 'infra/container_apps'
path_openapi_docs: src/main/resources/swagger/api-docs.json

release_uat:
uses: pagopa/selfcare-commons/.github/workflows/call_release_docker.yml@main
Expand All @@ -45,6 +46,7 @@ jobs:
environment: uat
tf_environment: uat-pnpg
dir: 'infra/container_apps'
path_openapi_docs: src/main/resources/swagger/api-docs.json

release_prod:
uses: pagopa/selfcare-commons/.github/workflows/call_release_docker.yml@main
Expand All @@ -54,4 +56,5 @@ jobs:
with:
environment: prod
tf_environment: prod-pnpg
dir: 'infra/container_apps'
dir: 'infra/container_apps'
path_openapi_docs: src/main/resources/swagger/api-docs.json

0 comments on commit 41e76fa

Please sign in to comment.