fix: correctly apply context variable (#6)

This commit is contained in:
Adam Uhlíř 2025-04-02 13:39:30 +02:00 committed by GitHub
parent 90ff516211
commit c7ab96c333
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