fix: correctly apply context variable

This commit is contained in:
Adam Uhlíř 2025-04-02 13:38:50 +02:00 committed by GitHub
parent 90ff516211
commit 2c04d16797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ jobs:
id: build
uses: docker/build-push-action@v6
with:
context: ${{ env.DOCKER_FILE }}
context: ${{ env.DOCKER_CONTEXT }}
file: ${{ env.DOCKER_FILE }}
platforms: ${{ env.PLATFORM }}
push: true