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 5c64a91 commit 08319a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
shell: devenv shell bash -- -e {0}
env:
TARGET_ARCH: ${{ matrix.arch }}
AWS_ECR_REPOSITORY: ${{ inputs.ecr-repository }}
AWS_ECR_REPOSITORY: ${{ secrets.AWS_ECR_REPOSITORY }}
run: |
yarn nx container catalog --push true --tags ${AWS_ECR_REPOSITORY}/retail-store-sample-{projectName}:arch1-${TARGET_ARCH}

0 comments on commit 08319a2

Please sign in to comment.