mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Fix for tasks.py - docker (#6380)
* Instrument tasks.py * Enforce no_frontend * Run docker CI step if tasks.py changes
This commit is contained in:
@ -13,9 +13,9 @@ ARG base_image=python:3.10-alpine3.18
|
||||
FROM ${base_image} as inventree_base
|
||||
|
||||
# Build arguments for this image
|
||||
ARG commit_tag=""
|
||||
ARG commit_hash=""
|
||||
ARG commit_date=""
|
||||
ARG commit_tag=""
|
||||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV PIP_DISABLE_PIP_VERSION_CHECK 1
|
||||
|
Reference in New Issue
Block a user