Fix build context for latest tag

This commit is contained in:
suika 2021-05-12 04:31:13 +02:00
parent 19895d5f72
commit 727287a755

View file

@ -53,7 +53,7 @@ jobs:
name: Build
uses: docker/build-push-action@v2
with:
context: .
context: ./docker
push: false
file: ./docker/Dockerfile
platforms: linux/amd64