Skip to content

Commit 887a121

Browse files
authored
feat(sage-monorepo): release all the images of the specified product (ARCH-306) (#2879)
1 parent 22b1b5e commit 887a121

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
devcontainer exec --workspace-folder ../sage-monorepo bash -c ". ./dev-env.sh \
4343
&& export VERSION=${{ env.VERSION }} \
4444
&& echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin ghcr.io \
45-
&& nx build-image ${{ env.PRODUCT }}-apex --configuration=ci"
45+
&& nx run-many --target=build-image --projects=${{ env.PRODUCT }}-* --configuration=ci"

apps/openchallenges/apex/project.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"ci": {
3333
"metadata": {
3434
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
35-
"tags": ["type=semver,pattern={{version}},value=${VERSION}", "type=sha"]
35+
"tags": ["type=semver,pattern={{version}},value=${VERSION}", "type=sha"],
36+
"push": true
3637
}
3738
}
3839
},

0 commit comments

Comments
 (0)