Fix poetry options during build
This commit is contained in:
parent
a29dd166b0
commit
d7706a5d21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: crocmagnon/blog:latest
|
tags: crocmagnon/blog:latest
|
||||||
build-args: |
|
build-args: |
|
||||||
POETRY_OPTIONS="--no-dev"
|
POETRY_OPTIONS=--no-dev
|
||||||
|
|
Reference in a new issue