Update .gitea/workflows/test_and_build.yml
Build, Test and Register Docker Images / build-publish-frontend (push) Successful in 14s
Details
Build, Test and Register Docker Images / reload-staging (push) Has been skipped
Details
Build, Test and Register Docker Images / build-publish-frontend (pull_request) Successful in 13s
Details
Build, Test and Register Docker Images / reload-staging (pull_request) Has been skipped
Details
Build, Test and Register Docker Images / build-publish-frontend (push) Successful in 14s
Details
Build, Test and Register Docker Images / reload-staging (push) Has been skipped
Details
Build, Test and Register Docker Images / build-publish-frontend (pull_request) Successful in 13s
Details
Build, Test and Register Docker Images / reload-staging (pull_request) Has been skipped
Details
This commit is contained in:
parent
970e880f7f
commit
20114cda5c
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
push: true
|
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' && '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) || '' }}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue