Merge pull request 'main' (#2) from main into production
Reviewed-on: #2
This commit is contained in:
commit
fd70553e53
|
|
@ -28,10 +28,13 @@ 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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue