Skip to content

Commit

Permalink
Merge pull request #36 from max-pfeiffer/feature/poetry_1_6_update
Browse files Browse the repository at this point in the history
Added new Poetry version
  • Loading branch information
max-pfeiffer authored Sep 18, 2023
2 parents 9d54461 + ee68e3c commit a300c7e
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 201 deletions.
4 changes: 2 additions & 2 deletions build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ target "python-poetry" {
target = "production-image"

matrix = {
python_version = ["3.9.17", "3.10.12", "3.11.4"]
python_version = ["3.9.18", "3.10.13", "3.11.5"]
os_variant = ["bookworm", "slim-bookworm"]
poetry_version = ["1.3.2", "1.4.2", "1.5.1"]
poetry_version = ["1.4.2", "1.5.1", "1.6.1"]
}

args = {
Expand Down
4 changes: 2 additions & 2 deletions build/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def main(
bake_file_overrides: dict = {}
if use_local_cache_storage_backend:
bake_file_overrides = {
"*.cache-to": "type=local,mode=max",
"*.cache-from": "type=local",
"*.cache-to": "type=local,mode=max,dest=/tmp",
"*.cache-from": "type=local,src=/tmp",
}

if registry:
Expand Down
Loading

0 comments on commit a300c7e

Please sign in to comment.