main #2

Merged
jat merged 6 commits from main into production 2025-07-09 19:24:32 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 41acfa3972 - Show all commits

View File

@ -30,10 +30,11 @@ 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' && 'cocgit.scalingdone.com/jat/branchingtest/appimage:production' }}
${{ github.ref == 'refs/heads/production' && format('cocgit.scalingdone.com/jat/branchingtest/appimage:{0}', github.sha) || '' }}
push: true
reload-staging:
if: github.ref == 'refs/heads/production'
runs-on: coc