Skip to content

Commit

Permalink
Need a checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 8, 2025
1 parent 84befab commit 6f7d01f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/manual_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
name: Docker Build - ${{ inputs.directory }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Docker build
uses: ./.github/workflows/
with:
Expand Down

0 comments on commit 6f7d01f

Please sign in to comment.