Skip to content

Commit

Permalink
modify aws-deploy artifcat
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojKrishnaChintaluri committed Jan 18, 2024
1 parent 3997ab8 commit d5ed29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
tags: ${{ vars.DOCKERHUB_USERNAME }}/flink-command-service:${{ github.ref_name }}

aws-deploy:
needs: [ api-service, command-service]
if: github.event.inputs.aws-deploy == 'true'
needs: [ verify-tags,api-service, command-service]
if: github.event.inputs.aws-deploy == 'true' && needs.verify-tags.outputs.ALLOWED_TAG == 'True'
runs-on: ubuntu-latest
environment: aws-dev
steps:
Expand Down

0 comments on commit d5ed29e

Please sign in to comment.