Skip to content

Commit

Permalink
Manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Mar 6, 2025
1 parent f3bbec7 commit bb328fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
TARGET_ARCH: ${{ matrix.arch }}
AWS_ECR_REPOSITORY: ${{ secrets.AWS_ECR_REPOSITORY }}
run: |
yarn nx container catalog --push true --tags ${AWS_ECR_REPOSITORY}/retail-store-sample-{projectName}:arch4-${TARGET_ARCH}
# Build first to prevent partial container set push
yarn nx run-many -t container --projects=tag:service --tags ${AWS_ECR_REPOSITORY}/retail-store-sample-{projectName}:arch4-${TARGET_ARCH}
# Build first to prevent partial container set push
yarn nx run-many -t container --push true --projects=tag:service --tags ${AWS_ECR_REPOSITORY}/retail-store-sample-{projectName}:arch4-${TARGET_ARCH}
manifest:
needs: docker
Expand Down

0 comments on commit bb328fb

Please sign in to comment.