Skip to content

Commit

Permalink
feat(sage-monorepo): release all the images of the specified product …
Browse files Browse the repository at this point in the history
…(ARCH-306) (#2879)
  • Loading branch information
tschaffter authored Oct 4, 2024
1 parent 22b1b5e commit 887a121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
devcontainer exec --workspace-folder ../sage-monorepo bash -c ". ./dev-env.sh \
&& export VERSION=${{ env.VERSION }} \
&& echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin ghcr.io \
&& nx build-image ${{ env.PRODUCT }}-apex --configuration=ci"
&& nx run-many --target=build-image --projects=${{ env.PRODUCT }}-* --configuration=ci"
3 changes: 2 additions & 1 deletion apps/openchallenges/apex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"ci": {
"metadata": {
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
"tags": ["type=semver,pattern={{version}},value=${VERSION}", "type=sha"]
"tags": ["type=semver,pattern={{version}},value=${VERSION}", "type=sha"],
"push": true
}
}
},
Expand Down

0 comments on commit 887a121

Please sign in to comment.