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 0 deletions
Showing only changes of commit d3d18596d8 - Show all commits

View File

@ -30,6 +30,7 @@ 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' && 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