Change context dir from ./debian to debian

This commit is contained in:
David Bomba
2025-01-24 14:28:11 +11:00
parent 7bfbe9ee03
commit 1c3f96e723

View File

@@ -12,11 +12,11 @@ jobs:
matrix:
include:
- image: invoiceninja/invoiceninja-octane
context: ./debian
context: debian
steps:
- name: Checkout
uses: actions/checkout@v4 # Updated from v2
uses: actions/checkout@v4
with:
fetch-depth: 0