️ Use Dockerfile instead of image

This commit is contained in:
Nikhil Badyal
2022-10-22 11:26:59 +05:30
parent 84c7023e97
commit 1b0c969016
2 changed files with 4 additions and 3 deletions
-2
View File
@@ -17,7 +17,5 @@ jobs:
cleanup: cleanup:
name: GitHub Cleanup name: GitHub Cleanup
uses: nikhilbadyal/ghactions/.github/workflows/github-cleanup.yml@main uses: nikhilbadyal/ghactions/.github/workflows/github-cleanup.yml@main
with:
PLATFORMS: linux/amd64
secrets: secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}
+4 -1
View File
@@ -2,7 +2,10 @@ version: '3.9'
services: services:
revanced: revanced:
image: nikhilbadyal/docker-py-revanced build:
context: .
dockerfile: Dockerfile
image: revanced-builder
container_name: revanced-builder container_name: revanced-builder
platform: linux/amd64 platform: linux/amd64
env_file: env_file: