Update docker-build-multiarch.yml
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 22:18:29 +0000 (23:18 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 22:18:29 +0000 (23:18 +0100)
.github/workflows/docker-build-multiarch.yml

index 8684f275d784992f4a4771ac5862f633a86a3779..30196178f24f19f021cc377181d383196bc9feb6 100644 (file)
@@ -78,7 +78,7 @@ jobs:
         with:
           builder: ${{ steps.buildx.outputs.name }}
           context: .
-          file: ./Dockerfile
+          file: ./Dockerfile.debian
           platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64
           push: true
           tags: ${{ steps.prep.outputs.tags }}