Use pre-build image (#59)

This commit is contained in:
Nikhil Badyal
2022-10-22 00:29:04 +05:30
committed by GitHub
parent c50a7e0e58
commit 64e4b6c828
2 changed files with 4 additions and 4 deletions
+2
View File
@@ -17,5 +17,7 @@ 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 }}
+2 -4
View File
@@ -2,11 +2,9 @@ version: '3.9'
services: services:
revanced: revanced:
build: image: nikhilbadyal/docker-py-revanced
context: .
dockerfile: Dockerfile
image: revanced-builder
container_name: revanced-builder container_name: revanced-builder
platform: linux/amd64
env_file: env_file:
- .env - .env
volumes: volumes: