chore: quickly update img metadata
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -17,7 +17,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_BASE_NAME: base
|
IMAGE_BASE_NAME: startingpoint
|
||||||
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
|
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
image_name: [base]
|
image_name: [startingpoint]
|
||||||
major_version: [37]
|
major_version: [37]
|
||||||
include:
|
include:
|
||||||
- major_version: 37
|
- major_version: 37
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
$IMAGE_NAME
|
$IMAGE_NAME
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.title=$IMAGE_NAME
|
org.opencontainers.image.title=$IMAGE_NAME
|
||||||
org.opencontainers.image.description=A base $IMAGE_NAME image with batteries included
|
org.opencontainers.image.description=A $IMAGE_NAME image for further customization
|
||||||
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/base/base/README.md
|
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/base/base/README.md
|
||||||
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4
|
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user