From ce1977b75c1c83f585d4ac626080a9ca8eaa1cfa Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 31 Oct 2023 14:34:11 -0700 Subject: [PATCH] temp disable push --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ddfcd30694..3c65e894f17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: context: . file: ./docker/Dockerfile platforms: linux/amd64 - push: true + push: false tags: | ${{ secrets.DOCKERHUB_USERNAME }}/aider:${{ github.ref_name }} ${{ secrets.DOCKERHUB_USERNAME }}/aider:latest