diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 71b1fb3..98bc03e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -127,7 +127,7 @@ jobs: git add -f "argocd/deployment/*" || true git checkout -b release/${{ gitea.ref_name }}-deploy || git checkout release/${{ gitea.ref_name }}-deploy git commit -m "Build Auto Commit" || echo "No changes to commit" - git push origin HEAD:${{ gitea.ref_name }} -o ci.skip || echo "No changes to push" + git push origin release/${{ gitea.ref_name }} -o ci.skip || echo "No changes to push" - name: 🚀 ✨ Create Pull Request uses: peter-evans/create-pull-request@v7 @@ -139,4 +139,4 @@ jobs: title: "🚀 ✨ Release ${GITHUB_REF_NAME} - Deploy" branch: release/${{ gitea.ref_name }}-deploy committer: "Gitea Action 🤖 " - body: "📝 🔄 Update deployment manifest with new image tags for release ${GITHUB_REF_NAME}" \ No newline at end of file + body: "📝 🔄 Update deployment manifest with new image tags for release ${{ gitea.ref_name }}" \ No newline at end of file