👷 Workflow to publish dev and feature branches (#457)

The workflow to publish docker images for main branch and for branches with name starting with "feature-"
This commit is contained in:
Anton Shepilov
2024-03-15 11:25:55 +01:00
committed by GitHub
parent 1c90c99214
commit 1ddcffdfb1
3 changed files with 82 additions and 52 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ if (process.env.CI || localDevTests.length === 0) {
if (localDevTests) {
console.log("Only this tests will be run:", localDevTests);
} else {
console.log("Will run all the tests");
console.log("Will run all the tests.");
}
function exec(command, args, debug = false) {