diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index bd796263..fff2c62a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -1,10 +1,7 @@ name: Build Files and Run Tests on: - pull_request: - branches: - - main - + workflow_dispatch: jobs: build-docs: runs-on: ubuntu-latest diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 5079c39d..3e6edbdd 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -28,8 +28,8 @@ jobs: - name: Build, tag, and push image to Amazon ECR env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: zt-launch-app-images + ECR_REPOSITORY: zt-notebook-images IMAGE_TAG: "${{ steps.release_tag.outputs.tag }}" run: | docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:zero-true-$IMAGE_TAG . - docker push $ECR_REGISTRY/$ECR_REPOSITORY:zero-true-$IMAGE_TAG \ No newline at end of file + docker push $ECR_REGISTRY/$ECR_REPOSITORY:zero-true-$IMAGE_TAG diff --git a/setup.cfg b/setup.cfg index 144bd8e6..c624ce15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = zero-true description = A collaborative notebook built for data scientists long_description = file: README.md long_description_content_type = text/markdown -version = 0.0.dev34 +version = 0.0.dev35 [options] include_package_data = true