Update .gitea/workflows/test_and_build.yml
Build, Test and Register Docker Images / build-publish-frontend (push) Failing after 16s
Build, Test and Register Docker Images / reload-staging (push) Has been skipped

This commit is contained in:
jat
2025-07-09 19:14:43 +00:00
parent 41acfa3972
commit 05022be417
-1
View File
@@ -31,7 +31,6 @@ jobs:
tags: | tags: |
cocgit.scalingdone.com/jat/branchingtest/appimage:latest 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) || '' }}
push: true push: true