Skip to content

Commit

Permalink
fix(sage-monorepo): replace metadata.push by push (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Oct 4, 2024
1 parent eb565d8 commit 75dc882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/openchallenges/apex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"ci": {
"metadata": {
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
"tags": ["type=semver,pattern={{version}},value=${VERSION}", "type=sha"],
"push": true
}
"tags": ["type=semver,pattern={{version}},value=${VERSION}", "type=sha"]
},
"push": true
}
},
"defaultConfiguration": "local"
Expand Down

0 comments on commit 75dc882

Please sign in to comment.