diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index af19e77..6118c62 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -147,7 +147,7 @@ jobs: with: title: "🚀✨ Deploy Application" body: "This PR updates the deployment manifest with new image tags." - base: main + base: master head: ${{ gitea.ref_name }}-deploy commit-message: "📝🔄 Update deployment manifest with new image tags" labels: deploy \ No newline at end of file