Skip to content

Commit

Permalink
Try build images
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Mar 6, 2025
1 parent 20f8d4f commit 5c64a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
shell: devenv shell bash -- -e {0}
env:
TARGET_ARCH: ${{ matrix.arch }}
AWS_ECR_REPOSITORY: ${{ inputs.ecr-repository }}
run: |
yarn nx container catalog --configuration publish --tags ${AWS_ECR_REPOSITORY}/retail-store-sample-{projectName}:arch1-${TARGET_ARCH}
yarn nx container catalog --push true --tags ${AWS_ECR_REPOSITORY}/retail-store-sample-{projectName}:arch1-${TARGET_ARCH}

0 comments on commit 5c64a91

Please sign in to comment.