mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
⏪️ Use Dockerfile instead of image
This commit is contained in:
@@ -17,7 +17,5 @@ jobs:
|
||||
cleanup:
|
||||
name: GitHub Cleanup
|
||||
uses: nikhilbadyal/ghactions/.github/workflows/github-cleanup.yml@main
|
||||
with:
|
||||
PLATFORMS: linux/amd64
|
||||
secrets:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
+4
-1
@@ -2,7 +2,10 @@ version: '3.9'
|
||||
|
||||
services:
|
||||
revanced:
|
||||
image: nikhilbadyal/docker-py-revanced
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: revanced-builder
|
||||
container_name: revanced-builder
|
||||
platform: linux/amd64
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user