Update .gitea/workflows/test_and_build.yml
This commit is contained in:
parent
d3d18596d8
commit
41acfa3972
|
|
@ -30,10 +30,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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) || '' }}
|
${{ github.ref == 'refs/heads/production' && format('cocgit.scalingdone.com/jat/branchingtest/appimage:{0}', github.sha) || '' }}
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
|
|
||||||
reload-staging:
|
reload-staging:
|
||||||
if: github.ref == 'refs/heads/production'
|
if: github.ref == 'refs/heads/production'
|
||||||
runs-on: coc
|
runs-on: coc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue