diff --git a/.github/workflows/cicd-pipeline.yml b/.github/workflows/cicd-pipeline.yml index c5a2b10..3cefb24 100644 --- a/.github/workflows/cicd-pipeline.yml +++ b/.github/workflows/cicd-pipeline.yml @@ -264,7 +264,7 @@ jobs: name: Deploy needs: [build, docker] runs-on: ubuntu-latest - environment: needs.build.outputs.deploy_env + environment: ${{ needs.build.outputs.deploy_env }} env: THE_VERSION: ${{ needs.build.outputs.version }} CONTAINER_IMAGE_URI: ${{ needs.docker.outputs.container_image_uri }}