mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Fixes for incorrect build path
This commit is contained in:
10
.github/workflows/build-image-debian.yaml
vendored
10
.github/workflows/build-image-debian.yaml
vendored
@@ -17,6 +17,14 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Debug - Show current directory and files
|
||||
run: |
|
||||
echo "Current directory: $(pwd)"
|
||||
echo "Files in current directory:"
|
||||
ls -la
|
||||
echo "Files in debian directory (if exists):"
|
||||
ls -la debian/ || echo "debian directory not found"
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
@@ -39,7 +47,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
context: debian/
|
||||
file: Dockerfile
|
||||
push: false
|
||||
build-args: INVOICENINJA_VERSION=5-develop
|
||||
|
||||
Reference in New Issue
Block a user