From 5db54adfb74eb037ba023dd8f6751c78c82139d9 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 27 Jan 2025 15:16:01 -0600 Subject: [PATCH] cleanup --- .github/workflows/build-and-push-images.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index ebc6d31..9e8ff70 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -55,7 +55,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - options: --memory=4g # platforms: linux/amd64,linux/arm64 file: ./docker/Dockerfile push: true