main #2

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

View File

@ -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