Sparse checkout
This commit is contained in:
parent
f5fd6436a6
commit
1da3affe03
1 changed files with 3 additions and 0 deletions
3
.github/workflows/bouncer.yml
vendored
3
.github/workflows/bouncer.yml
vendored
|
|
@ -46,6 +46,9 @@ jobs:
|
|||
|
||||
- name: "Setup: Checkout Source"
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: |
|
||||
bouncer
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
uses: docker/login-action@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue