Update pipeline to only checkout docker-compose
This commit is contained in:
@@ -53,7 +53,11 @@ jobs:
|
|||||||
- build-and-push-images
|
- build-and-push-images
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
sparse-checkout: |
|
||||||
|
docker-compose.yml
|
||||||
|
sparse-checkout-cone-mode: false
|
||||||
|
|
||||||
- name: Create and use env file
|
- name: Create and use env file
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user