From 5c64a912b65efc68b1ba6fbbf52a3b2618df2b50 Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Thu, 6 Mar 2025 18:50:48 +0000 Subject: [PATCH] Try build images --- .github/workflows/arch.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/arch.yaml b/.github/workflows/arch.yaml index 233104a44..955f74d8f 100644 --- a/.github/workflows/arch.yaml +++ b/.github/workflows/arch.yaml @@ -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}