mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Change context dir from ./debian to debian
This commit is contained in:
4
.github/workflows/publish-image.yaml
vendored
4
.github/workflows/publish-image.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user