From a18a1215e708cac8a43bceb9e86b62761e26ef29 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Sat, 11 Jul 2026 11:08:52 +0530 Subject: [PATCH] update test wf --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 13edc7c..53d0595 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -71,7 +71,7 @@ jobs: with: context: ${{ matrix.variant.context }} file: ${{ matrix.variant.dockerfile }} - push: true + push: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} # platforms: linux/amd64,linux/arm64