Skip to content

Commit

Permalink
Changed condition
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 15, 2024
1 parent 977bbe4 commit ea29938
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,9 @@ runs:
if: |-
steps.check_files.outputs.CSPROJ_EXIST == 'true' &&
steps.check_files.outputs.SLN_EXIST == 'true' &&
inputs.CLOUD_FORMATION_DEPLOY == 'true' &&
steps.check_files.outputs.DOCKERFILE_EXIST == 'true' &&
inputs.AWS_CONTAINER_REGISTRY != '' &&
inputs.DOCKER_APP_OWNER != '' &&
inputs.DOCKER_APP_NAME != '' &&
env.DEPLOY == 'true'
uses: ./.github/actions/docker-build-to-registry
Expand Down

0 comments on commit ea29938

Please sign in to comment.