From 61345f3bcd258f6916bf5fe9c211f4976cfa933d Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 26 Feb 2025 07:36:16 -0700 Subject: [PATCH] ci: add `org.opencontainers.image.registry` --- .github/workflows/deploy-docker-all.yml | 20 +++++++++---------- .github/workflows/deploy-docker-dockerhub.yml | 4 ++-- .github/workflows/deploy-docker-gitea.yml | 12 +++++------ .github/workflows/deploy-docker-github.yml | 4 ++-- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/deploy-docker-all.yml b/.github/workflows/deploy-docker-all.yml index 163432bc..d42ba808 100755 --- a/.github/workflows/deploy-docker-all.yml +++ b/.github/workflows/deploy-docker-all.yml @@ -439,7 +439,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Github + org.opencontainers.image.registry=github org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -449,7 +449,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Github + org.opencontainers.image.registry=github org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # # @@ -817,7 +817,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Dockerhub + org.opencontainers.image.registry=dockerhub org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -827,7 +827,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Dockerhub + org.opencontainers.image.registry=dockerhub org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # # @@ -1185,7 +1185,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -1195,7 +1195,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # # @@ -1233,7 +1233,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -1243,7 +1243,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # # @@ -1293,7 +1293,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -1303,7 +1303,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # # diff --git a/.github/workflows/deploy-docker-dockerhub.yml b/.github/workflows/deploy-docker-dockerhub.yml index 72aef846..efba8833 100755 --- a/.github/workflows/deploy-docker-dockerhub.yml +++ b/.github/workflows/deploy-docker-dockerhub.yml @@ -370,7 +370,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Dockerhub + org.opencontainers.image.registry=dockerhub org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -380,7 +380,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Dockerhub + org.opencontainers.image.registry=dockerhub org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # # diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml index 4e6d46f1..3cdadb77 100755 --- a/.github/workflows/deploy-docker-gitea.yml +++ b/.github/workflows/deploy-docker-gitea.yml @@ -386,7 +386,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -396,7 +396,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # # @@ -434,7 +434,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -444,7 +444,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # # @@ -494,7 +494,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -504,7 +504,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Gitea + org.opencontainers.image.registry=gitea org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # # diff --git a/.github/workflows/deploy-docker-github.yml b/.github/workflows/deploy-docker-github.yml index 1322d2f9..a37da75f 100755 --- a/.github/workflows/deploy-docker-github.yml +++ b/.github/workflows/deploy-docker-github.yml @@ -391,7 +391,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Github + org.opencontainers.image.registry=github org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" annotations: | org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }} @@ -401,7 +401,7 @@ jobs: org.opencontainers.image.vendor=${{ env.REGISTRY_REPO_AUTHOR_LC }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.development=${{ inputs.DEV_RELEASE == true && 'true' || 'false' }} - org.opencontainers.image.registry=Github + org.opencontainers.image.registry=github org.tvapp2.image.build-version="Version:- ${{ env.IMAGE_VERSION }} Date:- ${{ env.NOW_DOCKER_LABEL }}" # #