fix dockerfile path, .hack => ./hack

This commit is contained in:
41666 2020-12-03 10:26:18 -05:00
parent 0340693234
commit 7371b5e490

View file

@ -93,7 +93,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: .hack/dockerfiles/${{matrix.dockerfile}}.Dockerfile
file: ./hack/dockerfiles/${{matrix.dockerfile}}.Dockerfile
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache