add missing env vars
This commit is contained in:
parent
7a67b5a6f9
commit
df7af798fd
3
.github/workflows/build-image.yml
vendored
3
.github/workflows/build-image.yml
vendored
@ -58,6 +58,9 @@ jobs:
|
||||
- name: Build and push Poetry
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
build-args: |
|
||||
PYTHON_VERSION=${{ matrix.python }}
|
||||
ALPINE_VERSION=${{ matrix.alpine }}
|
||||
context: .
|
||||
file: ./Docker/Dockerfile.poetry
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
Loading…
Reference in New Issue
Block a user