2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

Docker Build Fixes (#3093)

* Docker: Require libffi-dev

* set push to true

* debug

* Check GITHUB_BASE_REF also
This commit is contained in:
Oliver
2022-05-29 13:47:29 +10:00
committed by GitHub
parent 1f6b81745d
commit deacf207ff
2 changed files with 6 additions and 3 deletions

View File

@ -63,7 +63,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: false
push: true
target: production
tags: inventree/inventree:${{ env.docker_tag }}
build-args: commit_hash=${{ env.git_commit_hash }},commit_date=${{ env.git_commit_date }},commit_tag=${{ env.docker_tag }}