Skip to content

Commit

Permalink
fix(openchallenges): enable task inference for `openchallenges-mariad…
Browse files Browse the repository at this point in the history
…b:build-image` (#2920)
  • Loading branch information
tschaffter authored Nov 22, 2024
1 parent 69f39b2 commit 669c707
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/openchallenges/mariadb/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 669c707

Please sign in to comment.