Compare commits

...

7 Commits

Author SHA1 Message Date
Jason Tevnan fd70553e53 Merge pull request 'main' (#2) from main into production
Build, Test and Register Docker Images / build-publish-frontend (push) Successful in 13s Details
Build, Test and Register Docker Images / reload-staging (push) Successful in 1s Details
Reviewed-on: #2
2025-07-09 19:24:31 +00:00
Jason Tevnan 20114cda5c 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
2025-07-09 19:23:13 +00:00
Jason Tevnan 970e880f7f Update .gitea/workflows/test_and_build.yml
Build, Test and Register Docker Images / build-publish-frontend (push) Failing after 18s Details
Build, Test and Register Docker Images / reload-staging (push) Has been skipped Details
2025-07-09 19:19:00 +00:00
Jason Tevnan 6a6d969691 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
2025-07-09 19:17:33 +00:00
Jason Tevnan 05022be417 Update .gitea/workflows/test_and_build.yml
Build, Test and Register Docker Images / build-publish-frontend (push) Failing after 16s Details
Build, Test and Register Docker Images / reload-staging (push) Has been skipped Details
2025-07-09 19:14:43 +00:00
Jason Tevnan 41acfa3972 Update .gitea/workflows/test_and_build.yml
Build, Test and Register Docker Images / build-publish-frontend (push) Failing after 18s Details
Build, Test and Register Docker Images / reload-staging (push) Has been skipped Details
2025-07-09 19:11:58 +00:00
Jason Tevnan d3d18596d8 Update .gitea/workflows/test_and_build.yml
Build, Test and Register Docker Images / build-publish-frontend (push) Failing after 13s Details
Build, Test and Register Docker Images / reload-staging (push) Has been skipped Details
2025-07-09 19:08:47 +00:00
1 changed files with 4 additions and 1 deletions

View File

@ -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'