Use correct case for Dockerfile

This commit is contained in:
Matthew Macdonald-Wallace 2021-10-13 13:50:04 +01:00 committed by GitHub
parent cd5ff2c459
commit 0ed5453d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./
file: ./dockerfile
file: ./Dockerfile
push: true
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64
tags: ${{ steps.meta.outputs.tags }}