Skip to content

Commit

Permalink
version bump and gha yaml fix (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: Red-Giuliano <red.giuliano@zero-true.com>
  • Loading branch information
Red-Giuliano and Red-Giuliano authored Dec 13, 2023
1 parent 49628b3 commit 6c8aec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,4 @@ jobs:
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
-







docker push $ECR_REGISTRY/$ECR_REPOSITORY:zero-true-$IMAGE_TAG
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.dev32
version = 0.0.dev33

[options]
include_package_data = true
Expand Down

0 comments on commit 6c8aec1

Please sign in to comment.