File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
- name : Build pip artifacts
43
43
run : |
44
44
export HOST_UID=$(id -u)
45
- docker- compose -f docker-compose-build.yaml up --exit-code-from app --build
45
+ docker compose -f docker-compose-build.yaml up --exit-code-from app --build
46
46
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
47
47
- if : matrix.py_ver == '3.9' && matrix.distro == 'debian'
48
48
name : Add pip artifacts
89
89
COMPOSE_HTTP_TIMEOUT : " 120"
90
90
run : |
91
91
export HOST_UID=$(id -u)
92
- docker- compose -f LNX-docker-compose.yml up --build --exit-code-from app
92
+ docker compose -f LNX-docker-compose.yml up --build --exit-code-from app
93
93
lint :
94
94
runs-on : ubuntu-latest
95
95
strategy :
@@ -220,7 +220,7 @@ jobs:
220
220
- name : Publish pip release
221
221
run : |
222
222
export HOST_UID=$(id -u)
223
- docker- compose -f docker-compose-build.yaml run \
223
+ docker compose -f docker-compose-build.yaml run \
224
224
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
225
225
sh -c "pip install twine && python -m twine upload dist/*"
226
226
- name : Login to DockerHub
You can’t perform that action at this time.
0 commit comments