We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f02eb1 commit 1fdd0e6Copy full SHA for 1fdd0e6
.github/workflows/pipeline.yml
@@ -50,7 +50,7 @@ jobs:
50
secrets: inherit
51
with:
52
environment: 'dev'
53
- app_version: '${{ needs.build.outputs.app_version }}'
+ app_version: '${{ needs.docker_build.outputs.app_version }}'
54
deploy_preprod:
55
name: Deploy to the preprod environment
56
needs:
@@ -60,7 +60,7 @@ jobs:
60
61
62
environment: 'preprod'
63
64
deploy_prod:
65
name: Deploy to the prod environment
66
@@ -72,4 +72,4 @@ jobs:
72
73
74
environment: 'prod'
75
0 commit comments