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 db034ef commit f3bbec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 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}:arch3-${TARGET_ARCH}
yarn nx container catalog --push true --tags ${AWS_ECR_REPOSITORY}/retail-store-sample-{projectName}:arch4-${TARGET_ARCH}
manifest:
needs: docker
Expand All @@ -69,4 +69,4 @@ jobs:
- name: Push manifests
shell: devenv shell bash -- -e {0}
run: |
yarn nx run-many -t manifst --projects=tag:service --args="--repository=public.ecr.aws/t0t9x2q2/retail-store-sample-{projectName},--tag=arch3"
yarn nx run-many -t manifest --projects=tag:service --args="--repository=public.ecr.aws/t0t9x2q2/retail-store-sample-{projectName},--tag=arch4"

0 comments on commit f3bbec7

Please sign in to comment.