From 1b0c96901636077b34edaa10e74ae321d799c2f2 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 22 Oct 2022 11:26:59 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20Use=20Dockerfile=20instead?= =?UTF-8?q?=20of=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dockerhub.yml | 2 -- docker-compose.yml | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 34d05e2..bfb9e73 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -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 }} diff --git a/docker-compose.yml b/docker-compose.yml index 46d7fa1..0f68136 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: