From 35fbf2ba20f09a1e6c0a531490054867a800c8cb Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Tue, 5 May 2026 14:18:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20:=20use=20--no-push?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tangled/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tangled/workflows/build.yml b/.tangled/workflows/build.yml index 652e870..0dbc4a4 100644 --- a/.tangled/workflows/build.yml +++ b/.tangled/workflows/build.yml @@ -18,4 +18,4 @@ dependencies: steps: - name: "Build image" - command: "executor --context . --dockerfile Dockerfile" + command: "executor --context . --dockerfile Dockerfile --no-push" -- 2.51.2