Update pipeline to only checkout docker-compose
Some checks failed
pipeline / build-and-push-images (push) Successful in 15s
pipeline / deploy (push) Failing after 5s

This commit is contained in:
2024-11-24 14:10:29 +01:00
parent 2360425f0c
commit 73f54f5a7b

View File

@@ -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: |