Update docker-image.yml

This commit is contained in:
2022-08-30 12:46:18 +01:00
committed by GitHub
parent c9547ed89f
commit e8a193c73b

View File

@@ -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