Skip to content

Commit

Permalink
tag all the images of a product
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 4, 2024
1 parent a857eea commit cc6a995
Showing 1 changed file with 1 addition and 1 deletion.
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"

0 comments on commit cc6a995

Please sign in to comment.