From 20114cda5c052639d630ad66bcb730019708af15 Mon Sep 17 00:00:00 2001 From: Jason Tevnan Date: Wed, 9 Jul 2025 19:23:13 +0000 Subject: [PATCH] Update .gitea/workflows/test_and_build.yml --- .gitea/workflows/test_and_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test_and_build.yml b/.gitea/workflows/test_and_build.yml index 4e4bf09..4ad4467 100644 --- a/.gitea/workflows/test_and_build.yml +++ b/.gitea/workflows/test_and_build.yml @@ -31,7 +31,7 @@ jobs: push: true tags: | cocgit.scalingdone.com/jat/branchingtest/appimage:latest - ${{ github.ref == 'refs/heads/production' && 'cocgit.scalingdone.com/jat/branchingtest/appimage:production' }} + ${{ github.ref == 'refs/heads/production' && 'cocgit.scalingdone.com/jat/branchingtest/appimage:production' || '' }} ${{ github.ref == 'refs/heads/production' && format('cocgit.scalingdone.com/jat/branchingtest/appimage:{0}', github.sha) || '' }}