mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +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
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./
|
context: ./
|
||||||
file: ./dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64
|
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in a new issue