mirror of
https://github.com/logos-storage/github-actions.git
synced 2026-01-02 13:13:06 +00:00
fix: correctly apply context variable (#6)
This commit is contained in:
parent
90ff516211
commit
c7ab96c333
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