Compare commits

..
2 Commits
Author SHA1 Message Date
jat 46bd2c2a83 Merge pull request 'main' (#1) from main into production
Build, Test and Register Docker Images / reload-staging (push) Successful in 1s
Build, Test and Register Docker Images / build-publish-frontend (push) Successful in 12s
Reviewed-on: #1
2025-06-30 20:44:12 +00:00
jat 5b1f52e2cd prod 2025-06-30 21:59:34 +02:00
2 changed files with 2 additions and 4 deletions
+1 -4
View File
@@ -28,13 +28,10 @@ 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'
+1
View File
@@ -0,0 +1 @@
production