Skip to content

Commit

Permalink
[Actions] Updated .github/actions/build/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 15, 2024
1 parent bef8b00 commit cb1376a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ runs:
echo "DOCKER_APP_OWNER: ${{inputs.DOCKER_APP_OWNER}}"
echo "DOCKER_APP_NAME: ${{inputs.DOCKER_APP_NAME}}"
echo "DEPLOY: ${{env.DEPLOY}}"
ecjo "Registry: ${{inputs.AWS_CONTAINER_REGISTRY}}
ecjo "Registry: ${{inputs.AWS_CONTAINER_REGISTRY}}"
- name: "Copy docker: Dockerfile"
if: |-
Expand All @@ -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 cb1376a

Please sign in to comment.