mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
Update docker-image.yml
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -25,6 +25,8 @@ jobs:
|
||||
uses: abatilo/actions-poetry@v2.0.0
|
||||
with:
|
||||
poetry-version: ${{ matrix.poetry-version }}
|
||||
- name: Generate Requirements
|
||||
run: poetry export --without-hashes -f requirements.txt --output requirements.txt
|
||||
- name: Set env
|
||||
run: echo "CB_VERSION=$(poetry version -s)" >> $GITHUB_ENV
|
||||
- name: Build the Docker image
|
||||
|
||||
Reference in New Issue
Block a user