mirror of
https://github.com/sstent/minihass.git
synced 2025-12-06 03:21:36 +00:00
Fix registry URL assignment in workflow file
This commit is contained in:
2
.github/workflows/container-build.yml
vendored
2
.github/workflows/container-build.yml
vendored
@@ -13,7 +13,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
# This works for both GitHub and Gitea
|
# This works for both GitHub and Gitea
|
||||||
REGISTRY: ${{ github.server_url == 'https://github.com' && 'ghcr.io' || format('{0}/v2', github.server_url) }}
|
REGISTRY: ${{ github.server_url == 'https://github.com' && 'ghcr.io' || github.server_url }}
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user