mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
@@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
||||||
if: github.repository == 'nikhilbadyal/docker-py-revanced'
|
if: github.repository == 'nikhilbadyal/docker-py-revanced'
|
||||||
with:
|
with:
|
||||||
IMAGE_TAG: nikhilbadyaldevelops/docker-py-revanced-base:latest
|
IMAGE_TAG: ${{ github.repository }}-base:latest
|
||||||
FILE: Dockerfile-base
|
FILE: Dockerfile-base
|
||||||
secrets:
|
secrets:
|
||||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
|||||||
@@ -16,8 +16,6 @@ jobs:
|
|||||||
dockerhub-push:
|
dockerhub-push:
|
||||||
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
||||||
if: github.repository == 'nikhilbadyal/docker-py-revanced'
|
if: github.repository == 'nikhilbadyal/docker-py-revanced'
|
||||||
with:
|
|
||||||
IMAGE_TAG: nikhilbadyaldevelops/docker-py-revanced:latest
|
|
||||||
secrets:
|
secrets:
|
||||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM nikhilbadyaldevelops/docker-py-revanced-base
|
FROM nikhilbadyal/docker-py-revanced-base
|
||||||
|
|
||||||
# Copy and install Python dependencies
|
# Copy and install Python dependencies
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ You can use any of the following methods to build.
|
|||||||
```
|
```
|
||||||
2. Run script with
|
2. Run script with
|
||||||
```shell
|
```shell
|
||||||
docker run -v "$(pwd)"/apks:/app/apks/ nikhilbadyaldevelops/docker-py-revanced
|
docker run -v "$(pwd)"/apks:/app/apks/ nikhilbadyal/docker-py-revanced
|
||||||
```
|
```
|
||||||
You can pass the below environment variables (See notes) with the `-e` flag or use the `--env-file`
|
You can pass the below environment variables (See notes) with the `-e` flag or use the `--env-file`
|
||||||
[flag](https://docs.docker.com/engine/reference/commandline/run/#options).
|
[flag](https://docs.docker.com/engine/reference/commandline/run/#options).
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ version: '3.9'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
revanced:
|
revanced:
|
||||||
image: nikhilbadyaldevelops/docker-py-revanced
|
image: nikhilbadyal/docker-py-revanced
|
||||||
container_name: revanced-builder
|
container_name: revanced-builder
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user