Skip to content

Commit 1fdd0e6

Browse files
change name for output (#817)
1 parent 7f02eb1 commit 1fdd0e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
secrets: inherit
5151
with:
5252
environment: 'dev'
53-
app_version: '${{ needs.build.outputs.app_version }}'
53+
app_version: '${{ needs.docker_build.outputs.app_version }}'
5454
deploy_preprod:
5555
name: Deploy to the preprod environment
5656
needs:
@@ -60,7 +60,7 @@ jobs:
6060
secrets: inherit
6161
with:
6262
environment: 'preprod'
63-
app_version: '${{ needs.build.outputs.app_version }}'
63+
app_version: '${{ needs.docker_build.outputs.app_version }}'
6464
deploy_prod:
6565
name: Deploy to the prod environment
6666
needs:
@@ -72,4 +72,4 @@ jobs:
7272
secrets: inherit
7373
with:
7474
environment: 'prod'
75-
app_version: '${{ needs.build.outputs.app_version }}'
75+
app_version: '${{ needs.docker_build.outputs.app_version }}'

0 commit comments

Comments
 (0)