Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 14, 2024
1 parent 330e830 commit ad95900
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,18 @@ runs:
# DEPLOY TO DOCKER
############################################################################################################

- name: "Docker"
shell: bash
run: |
echo "CSPROJ_EXIST: ${{steps.check_files.outputs.CSPROJ_EXIST}}"
echo "SLN_EXIST: ${{steps.check_files.outputs.SLN_EXIST}}"
echo "DOCKERFILE_EXIST: ${{steps.check_files.outputs.DOCKERFILE_EXIST}}"
echo "HEALTHCHECK_EXIST: ${{steps.check_files.outputs.HEALTHCHECK_EXIST}}"
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}}
- name: "Copy docker: Dockerfile"
if: |-
steps.check_files.outputs.CSPROJ_EXIST == 'true' &&
Expand Down

0 comments on commit ad95900

Please sign in to comment.