mirror of
https://github.com/logos-storage/github-actions.git
synced 2026-01-03 05:33:05 +00:00
fix: correctly apply context variable
This commit is contained in:
parent
90ff516211
commit
2c04d16797
2
.github/workflows/docker-reusable.yml
vendored
2
.github/workflows/docker-reusable.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user