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:
15
.github/workflows/build-image-debian.yaml
vendored
15
.github/workflows/build-image-debian.yaml
vendored
@@ -46,15 +46,12 @@ jobs:
|
|||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
context: debian
|
||||||
context: debian/
|
file: debian/Dockerfile
|
||||||
file: Dockerfile
|
load: true
|
||||||
push: false
|
tags: invoiceninja/invoiceninja-debian:test
|
||||||
build-args: INVOICENINJA_VERSION=5-develop
|
cache-from: type=gha
|
||||||
platforms: linux/amd64,linux/arm64
|
cache-to: type=gha,mode=max
|
||||||
tags: invoiceninja/invoiceninja-debian:cache
|
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
|
||||||
|
|
||||||
- name: Move cache
|
- name: Move cache
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user