Skip to content

Commit

Permalink
fix typo in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Mar 21, 2024
1 parent 816eef9 commit eab04d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit eab04d1

Please sign in to comment.