diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 506f333..2ef1f87 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest outputs: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: ziggle-backend + ECR_REPOSITORY: gistlak-backend IMAGE_TAG: dev${{ github.run_number }} steps: @@ -37,7 +37,7 @@ jobs: uses: docker/build-push-action@v2 env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: ziggle-backend + ECR_REPOSITORY: gistlak-backend IMAGE_TAG: dev${{ github.run_number }} # Use run number as image tag with: context: .