mirror of
https://github.com/logos-storage/github-actions.git
synced 2026-01-04 14:13:12 +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
|
id: build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ${{ env.DOCKER_FILE }}
|
context: ${{ env.DOCKER_CONTEXT }}
|
||||||
file: ${{ env.DOCKER_FILE }}
|
file: ${{ env.DOCKER_FILE }}
|
||||||
platforms: ${{ env.PLATFORM }}
|
platforms: ${{ env.PLATFORM }}
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user