mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
fix docker build context
This commit is contained in:
parent
f5fb729ce7
commit
9611b26378
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -117,7 +117,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
id: docker
|
||||
with:
|
||||
context: .
|
||||
context: ./packages/${{ matrix.dockerfile }}
|
||||
file: ./packages/${{ matrix.dockerfile }}/Dockerfile
|
||||
push: true
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
|
|
Loading…
Add table
Reference in a new issue