mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-30 18:24:03 +00:00
Update the container name to the correct value
This commit is contained in:
parent
be9790cd76
commit
f14e9df020
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container_build.yml
vendored
2
.github/workflows/container_build.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/louislam/uptim-kuma
|
ghcr.io/louislam/uptime-kuma
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=schedule
|
||||||
|
|
Loading…
Reference in a new issue