Changes
Build and Push Docker Images / build (push) Failing after 0s

This commit is contained in:
2026-05-08 14:09:58 +03:00
parent 51e668bf1d
commit c2896ce77b
6 changed files with 157 additions and 3 deletions
+2
View File
@@ -437,6 +437,7 @@
var file = $('#cvFile')[0] && $('#cvFile')[0].files[0];
var jobUrl = $('#jobUrl').val();
var jobDescription = $('#jobDescription').val();
var matchEmail = $('#matchEmail').val();
var consent = $('#gdprConsent').is(':checked');
var $msg = $('#matcherMsg'),
$button = $('#matchSubmit'),
@@ -505,6 +506,7 @@
cvDocumentId: cvData.documentId || cvData.cvDocumentId,
jobUrl: jobUrl,
jobDescription: jobDescription,
email: matchEmail,
gdprConsent: consent,
captchaToken: matchToken
})