mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-01 03:37:09 +01:00
Fixes for incorrect build path
This commit is contained in:
7
.github/workflows/build-image-debian.yaml
vendored
7
.github/workflows/build-image-debian.yaml
vendored
@@ -16,9 +16,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
ref: debian
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
@@ -42,7 +39,9 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: debian/Dockerfile
|
context: .
|
||||||
|
file: Dockerfile
|
||||||
|
push: false
|
||||||
build-args: INVOICENINJA_VERSION=5-develop
|
build-args: INVOICENINJA_VERSION=5-develop
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: invoiceninja/invoiceninja-debian:cache
|
tags: invoiceninja/invoiceninja-debian:cache
|
||||||
|
|||||||
Reference in New Issue
Block a user