mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +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
|
uses: abatilo/actions-poetry@v2.0.0
|
||||||
with:
|
with:
|
||||||
poetry-version: ${{ matrix.poetry-version }}
|
poetry-version: ${{ matrix.poetry-version }}
|
||||||
|
- name: Generate Requirements
|
||||||
|
run: poetry export --without-hashes -f requirements.txt --output requirements.txt
|
||||||
- name: Set env
|
- name: Set env
|
||||||
run: echo "CB_VERSION=$(poetry version -s)" >> $GITHUB_ENV
|
run: echo "CB_VERSION=$(poetry version -s)" >> $GITHUB_ENV
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
|
|||||||
Reference in New Issue
Block a user