Skip to content

Commit e925084

Browse files
blfpdaexvir
authored andcommitted
ci: add poetry to automated releases
1 parent 46c1e1e commit e925084

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
image: ["black", "kubeval", "pre-commit", "tox"]
14+
image: ["black", "kubeval", "poetry", "pre-commit", "tox"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

poetry/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ RUN apk add --no-cache --virtual .build build-base libffi-dev openssl-dev && \
77

88
LABEL name=poetry version=dev \
99
maintainer="Jaroslav Sevcik <jaroslav.sevcik@kiwi.com>"
10+

0 commit comments

Comments
 (0)