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

This commit is contained in:
Jason Tevnan 2025-07-09 19:08:47 +00:00
parent c876d1f9c3
commit d3d18596d8
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
with:
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' && format('cocgit.scalingdone.com/jat/branchingtest/appimage:{0}', github.sha) || '' }}
push: true