Skip to content

Commit

Permalink
No need to do a docker setup if there's no Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 23, 2024
1 parent 98b70d2 commit 7939260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ runs:
NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE: ${{inputs.NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE}}

- name: "Configure Docker"
if: steps.check_files.outputs.DOCKERFILE_EXIST == 'true'
uses: ./.github/actions/docker-setup
with:
AWS_ACCESS_KEY_ID: ${{inputs.AWS_ACCESS_KEY_ID}}
Expand Down

0 comments on commit 7939260

Please sign in to comment.