Compare commits

..

No commits in common. "fd70553e53830528c90b696ec36a58a2e9d83067" and "46bd2c2a8349535e75bf1506ab9f92dd54f76aa2" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -28,13 +28,10 @@ jobs:
- name: Build Docker image
uses: docker/build-push-action@v6
with:
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' && format('cocgit.scalingdone.com/jat/branchingtest/appimage:{0}', github.sha) || '' }}
push: true
reload-staging:
if: github.ref == 'refs/heads/production'