mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 00:45:47 +01:00
Rename MyHomePage to Homarr
This commit is contained in:
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
IMAGE_NAME: mhp
|
||||
IMAGE_NAME: homarr
|
||||
|
||||
jobs:
|
||||
# Push image to GitHub Packages.
|
||||
@@ -69,8 +69,8 @@ jobs:
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
ajnart/mhp
|
||||
ghcr.io/ajnart/mhp
|
||||
ajnart/homarr
|
||||
ghcr.io/ajnart/homarr
|
||||
# generate Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
Reference in New Issue
Block a user