mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Dockerfile has been moved, updating path
This commit is contained in:
parent
0ed5453d04
commit
69a28c5e60
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: ./docker/dockerfile
|
||||
push: true
|
||||
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user