From 050b9baf212eb076b7290c6a05cbb0d44dcf4adc Mon Sep 17 00:00:00 2001 From: Ivan Carlos de Almeida Date: Tue, 9 Dec 2025 20:50:46 -0300 Subject: [PATCH] update universal --- .gitea/workflows/release_build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/release_build.yml b/.gitea/workflows/release_build.yml index 6a6ca31..f194b1a 100644 --- a/.gitea/workflows/release_build.yml +++ b/.gitea/workflows/release_build.yml @@ -80,11 +80,15 @@ jobs: echo "Repo URL not found in Dockerargs." echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT" echo "build_args=" >> "$GITHUB_OUTPUT" + echo "repo_url=" >> "$GITHUB_OUTPUT" + echo "repo_branch=" >> "$GITHUB_OUTPUT" fi else echo "No Dockerargs found." echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT" echo "build_args=" >> "$GITHUB_OUTPUT" + echo "repo_url=" >> "$GITHUB_OUTPUT" + echo "repo_branch=" >> "$GITHUB_OUTPUT" fi - name: Check if any tags exist