From 669c70732a8ad1416bcd860edcf105aad220334c Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Thu, 21 Nov 2024 21:34:02 -0800 Subject: [PATCH] fix(openchallenges): enable task inference for `openchallenges-mariadb:build-image` (#2920) --- apps/openchallenges/mariadb/project.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/apps/openchallenges/mariadb/project.json b/apps/openchallenges/mariadb/project.json index 0aadd5c90..5e5654985 100644 --- a/apps/openchallenges/mariadb/project.json +++ b/apps/openchallenges/mariadb/project.json @@ -16,18 +16,6 @@ "command": "docker/openchallenges/serve-detach.sh {projectName}" } }, - "publish-image": { - "executor": "@nx-tools/nx-container:build", - "options": { - "context": "{projectRoot}", - "metadata": { - "images": ["ghcr.io/sage-bionetworks/{projectName}"], - "tags": ["type=edge,branch=main", "type=sha"] - }, - "push": true - }, - "dependsOn": ["build-image"] - }, "scan-image": { "executor": "nx:run-commands", "options": {