From d086f2633528096a63415c02b9038f0a556d20a6 Mon Sep 17 00:00:00 2001 From: sm47916 Date: Fri, 25 Jun 2021 11:19:20 +0000 Subject: [PATCH] fix docker namespace --- .github/workflows/ci-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 432db5d..b8ad80e 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -56,7 +56,7 @@ jobs: - name: Build ${{ matrix.image }}-${{ matrix.environment }} Docker image env: ECR_REGISTRY: ${{ secrets.ECR_REGISTRY }} - ECR_REPOSITORY: "namebazaar" + ECR_REPOSITORY: "registry" run: | echo "Building on ${GITHUB_REF} branch" DOCKER_BUILDKIT=1 docker build --build-arg BUILD_ENV=${{ matrix.environment }} -t ${{ matrix.image }}:${{ github.sha }}-${{ matrix.environment }} -f docker-builds/${{ matrix.image }}/Dockerfile . @@ -75,7 +75,7 @@ jobs: - name: Push docker images env: ECR_REGISTRY: ${{ secrets.ECR_REGISTRY }} - ECR_REPOSITORY: "namebazaar" + ECR_REPOSITORY: "registry" run: | echo "Pushing docker images" if [[ ${GITHUB_REF} == "refs/heads/master" ]]; then