Skip to content

Commit

Permalink
fix docker namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 authored and madvas committed Jun 28, 2021
1 parent 6a0fd68 commit d086f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand All @@ -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
Expand Down

0 comments on commit d086f26

Please sign in to comment.