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