update build actions
This commit is contained in:
5
.github/workflows/action.yml
vendored
5
.github/workflows/action.yml
vendored
@ -24,6 +24,11 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
labels: |
|
||||
org.opencontainers.image.title=epg-info
|
||||
org.opencontainers.image.description=Docker image of https://github.com/iptv-org/epg
|
||||
org.opencontainers.image.authors=Davidquinonescl
|
||||
org.opencontainers.image.documentation=https://github.com/davidclaeysquinones/epg-info-docker/blob/main/README.md
|
||||
images: ghcr.io/davidclaeysquinones/epg-info
|
||||
tags: |
|
||||
type=semver,pattern={{raw}}
|
||||
|
Reference in New Issue
Block a user