3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add a note to run-tests.yml to highlight that it does not override the farmOS Composer project version.

This commit is contained in:
Michael Stenta 2020-07-31 13:28:35 -04:00
parent 23a5a2ba19
commit 5713e0926f

View file

@ -15,6 +15,9 @@ jobs:
run: echo ::set-env name=FARMOS_VERSION::${GITHUB_REF:11}
- name: Build base Docker image
run: docker build -t farmos/farmos:2.x-base docker/base
# This builds the dev Docker image using the specified FARMOS_VERSION,
# but notably it does NOT override the default PROJECT_VERSION, so the
# farmOS Composer project 2.x branch is always used.
- name: Build dev Docker image
run: docker build --build-arg FARMOS_REPO=https://github.com/${GITHUB_REPOSITORY} --build-arg FARMOS_VERSION=${FARMOS_VERSION} -t farmos/farmos:2.x-dev docker/dev
- name: Create docker-compose.yml