Update pipeline to only checkout docker-compose
This commit is contained in:
@@ -53,7 +53,11 @@ jobs:
|
||||
- build-and-push-images
|
||||
steps:
|
||||
- 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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user