main #2
|
|
@ -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) || '' }}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue