mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Use correct case for Dockerfile
This commit is contained in:
parent
cd5ff2c459
commit
0ed5453d04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container_build.yml
vendored
2
.github/workflows/container_build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue