mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +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
|
uses: docker/build-push-action@v2
|
||||||
id: docker
|
id: docker
|
||||||
with:
|
with:
|
||||||
context: .
|
context: ./packages/${{ matrix.dockerfile }}
|
||||||
file: ./packages/${{ matrix.dockerfile }}/Dockerfile
|
file: ./packages/${{ matrix.dockerfile }}/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue