fixed dockerfile path

This commit is contained in:
Christian Haschek
2021-11-20 01:48:51 +01:00
parent 5a5c4a0334
commit 5ecf80bce1

View File

@@ -58,7 +58,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./Dockerfile
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.prep.outputs.tags }}