mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
💥 Replace docker-compose with docker compose
This commit is contained in:
committed by
Nikhil Badyal
parent
a4b4bfe527
commit
bd44c41dc1
@@ -83,10 +83,10 @@ jobs:
|
||||
run: |
|
||||
if [[ "${{ inputs.CI_TEST }}" =~ ^(true|True|1)$ ]]; then
|
||||
echo "In CI Testing. Using local compose file."
|
||||
docker-compose -f docker-compose-local.yml up --build
|
||||
docker compose -f docker-compose-local.yml up --build
|
||||
else
|
||||
echo "Using Prod compose file."
|
||||
docker-compose up --build
|
||||
docker compose up --build
|
||||
fi
|
||||
- name: Upload Build APKS
|
||||
uses: actions/upload-artifact@main
|
||||
|
||||
Reference in New Issue
Block a user