main #1
|
|
@ -28,7 +28,6 @@ jobs:
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:test"
|
|
||||||
tags: |
|
tags: |
|
||||||
cocgit.scalingdone.com/jat/branchingtest/appimage:latest
|
cocgit.scalingdone.com/jat/branchingtest/appimage:latest
|
||||||
${{ 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) || '' }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue