From d58c61f7fa887fbc46686a4c9651f94d5f7d6b06 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 9 Aug 2023 10:27:34 +0800 Subject: [PATCH] Correct registry alias --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 97a3862..c5023d9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Build, tag, and push image to Amazon ECR env: REGISTRY: ${{ steps.login-ecr-public.outputs.registry }} - REGISTRY_ALIAS: andrewnicols + REGISTRY_ALIAS: y9g5h2p2/andrewnicols REPOSITORY: moodlehq/production_template_pgsql IMAGE_TAG: latest run: |