mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
✨ Use pre-build image (#59)
This commit is contained in:
@@ -17,5 +17,7 @@ jobs:
|
||||
cleanup:
|
||||
name: GitHub Cleanup
|
||||
uses: nikhilbadyal/ghactions/.github/workflows/github-cleanup.yml@main
|
||||
with:
|
||||
PLATFORMS: linux/amd64
|
||||
secrets:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
+2
-4
@@ -2,11 +2,9 @@ version: '3.9'
|
||||
|
||||
services:
|
||||
revanced:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: revanced-builder
|
||||
image: nikhilbadyal/docker-py-revanced
|
||||
container_name: revanced-builder
|
||||
platform: linux/amd64
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user