mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 12:45:41 -04:00
ci: add org.opencontainers.image.description
This commit is contained in:
@@ -442,6 +442,7 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
labels: |
|
labels: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -455,6 +456,7 @@ jobs:
|
|||||||
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
||||||
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -497,6 +499,7 @@ jobs:
|
|||||||
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
||||||
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -569,6 +572,7 @@ jobs:
|
|||||||
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
||||||
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
8
.github/workflows/deploy-docker-gitea.yml
vendored
8
.github/workflows/deploy-docker-gitea.yml
vendored
@@ -458,6 +458,7 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
labels: |
|
labels: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -471,6 +472,7 @@ jobs:
|
|||||||
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
||||||
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -512,6 +514,7 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
labels: |
|
labels: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -525,6 +528,7 @@ jobs:
|
|||||||
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
||||||
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -578,6 +582,7 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
labels: |
|
labels: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -591,6 +596,7 @@ jobs:
|
|||||||
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
||||||
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -633,6 +639,7 @@ jobs:
|
|||||||
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
||||||
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -705,6 +712,7 @@ jobs:
|
|||||||
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
||||||
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
4
.github/workflows/deploy-docker-github.yml
vendored
4
.github/workflows/deploy-docker-github.yml
vendored
@@ -440,6 +440,7 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
labels: |
|
labels: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -453,6 +454,7 @@ jobs:
|
|||||||
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
org.tvapp2.image.build-release="${{ inputs.DEV_RELEASE == true && 'development' || 'stable' }}"
|
||||||
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
org.tvapp2.image.build-sha1=${{ env.GITHUB_SHA1 }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -495,6 +497,7 @@ jobs:
|
|||||||
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
||||||
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
@@ -567,6 +570,7 @@ jobs:
|
|||||||
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
GIT_SHA1=${{ env.GITHUB_SHA1 }}
|
||||||
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
ALPINE_VERSION=${{ env.IMAGE_ALPINE_VERSION }}
|
||||||
annotations: |
|
annotations: |
|
||||||
|
org.opencontainers.image.description=TVApp2
|
||||||
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
|
||||||
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user