Skip to content

Commit

Permalink
Merge pull request #20 from bento-platform/update-bba
Browse files Browse the repository at this point in the history
Update bento build action to 0.10.0
  • Loading branch information
davidlougheed authored Feb 7, 2023
2 parents b084621 + 0ae5b20 commit 6a8990c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Bento build action
uses: bento-platform/bento_build_action@v0.9.3
uses: bento-platform/bento_build_action@v0.10.0
with:
registry: ghcr.io
registry-username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "bento_drop_box_service"
version = "0.8.0"
version = "0.8.1"
description = "Drop box and basic file management service for the Bento platform."
authors = ["David Lougheed <[email protected]>", "Simon Chénard <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6a8990c

Please sign in to comment.