mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-01 19:57:10 +01:00
Merge pull request #709 from turbo124/octane
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:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- image: invoiceninja/invoiceninja-octane
|
- image: invoiceninja/invoiceninja-octane
|
||||||
context: ./debian
|
context: debian
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4 # Updated from v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user