From 64e4b6c8284b0cefe1d6464c15023e9b69729c34 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 22 Oct 2022 00:29:04 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Use=20pre-build=20image=20(#59)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dockerhub.yml | 2 ++ docker-compose.yml | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index bfb9e73..34d05e2 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -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 }} diff --git a/docker-compose.yml b/docker-compose.yml index 1d16358..46d7fa1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: