Merge pull request #709 from turbo124/octane

Change context dir from ./debian to debian
This commit is contained in:
David Bomba
2025-01-24 14:28:42 +11:00
committed by GitHub

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