Compare commits
7 Commits
46bd2c2a83
...
fd70553e53
| Author | SHA1 | Date |
|---|---|---|
|
|
fd70553e53 | |
|
|
20114cda5c | |
|
|
970e880f7f | |
|
|
6a6d969691 | |
|
|
05022be417 | |
|
|
41acfa3972 | |
|
|
d3d18596d8 |
|
|
@ -28,10 +28,13 @@ jobs:
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
push: true
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
reload-staging:
|
reload-staging:
|
||||||
if: github.ref == 'refs/heads/production'
|
if: github.ref == 'refs/heads/production'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue