Update .gitea/workflows/test_and_build.yml
This commit is contained in:
parent
05022be417
commit
6a6d969691
|
|
@ -30,7 +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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue