diff --git a/.gitea/workflows/test_and_build.yml b/.gitea/workflows/test_and_build.yml index a31498f..adb56ce 100644 --- a/.gitea/workflows/test_and_build.yml +++ b/.gitea/workflows/test_and_build.yml @@ -30,10 +30,11 @@ jobs: with: tags: | 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) || '' }} push: true + reload-staging: if: github.ref == 'refs/heads/production' runs-on: coc