mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-01 21:23:10 +00:00
fix: Do not Update Docker Image Tags (3 digits) on RC Releases (#17218)
* fix: Do not Update Docker Image Tags (3 digits) on RC Releases * chore(testing): Mark Push as `false` * chore: Update Input Descriptions for ingestion publish workflows * chore: Update Tags conditions * chore: Update Tags conditions * chore: Update Tags conditions * chore: simplify docker image tags * fix: Do not Update Docker Image Tags (3 digits) on RC Releases * chore(testing): Mark Push as `false` * chore: Update Input Descriptions for ingestion publish workflows * chore: Update Tags conditions * chore: Update Tags conditions * chore: Update Tags conditions * chore: simplify docker image tags * chore: Mark Push as `true`
This commit is contained in:
parent
1962ffad52
commit
92466c52f5
@ -71,5 +71,5 @@ runs:
|
|||||||
${{ inputs.image }}
|
${{ inputs.image }}
|
||||||
sep-tags: ','
|
sep-tags: ','
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=${{ inputs.release_version }},enable=${{ inputs.is_ingestion }}
|
type=raw,value=${{ inputs.release_version }},enable=${{ inputs.is_ingestion == 'true' }}
|
||||||
type=raw,${{ inputs.tag }}
|
type=raw,${{ inputs.tag }}
|
||||||
|
@ -14,10 +14,10 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
docker_release_tag:
|
docker_release_tag:
|
||||||
description: "Ingestion Base Slim Docker Image Tag"
|
description: "Ingestion Base Slim Docker Image Tag (3 digit docker image tag)"
|
||||||
required: true
|
required: true
|
||||||
release_version:
|
pypi_release_version:
|
||||||
description: "Provide the Release Version"
|
description: "Provide the Release Version (4 digit docker image tag)"
|
||||||
required: true
|
required: true
|
||||||
push_latest_tag_to_release:
|
push_latest_tag_to_release:
|
||||||
description: "Do you want to update docker image latest tag as well ?"
|
description: "Do you want to update docker image latest tag as well ?"
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
tag: ${{ inputs.docker_release_tag }}
|
tag: ${{ inputs.docker_release_tag }}
|
||||||
push_latest: ${{ inputs.push_latest_tag_to_release }}
|
push_latest: ${{ inputs.push_latest_tag_to_release }}
|
||||||
is_ingestion: true
|
is_ingestion: true
|
||||||
release_version: ${{ inputs.release_version }}
|
release_version: ${{ inputs.pypi_release_version }}
|
||||||
dockerhub_username: ${{ secrets.DOCKERHUB_OPENMETADATA_USERNAME }}
|
dockerhub_username: ${{ secrets.DOCKERHUB_OPENMETADATA_USERNAME }}
|
||||||
dockerhub_token: ${{ secrets.DOCKERHUB_OPENMETADATA_TOKEN }}
|
dockerhub_token: ${{ secrets.DOCKERHUB_OPENMETADATA_TOKEN }}
|
||||||
|
|
||||||
|
@ -14,10 +14,10 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
docker_release_tag:
|
docker_release_tag:
|
||||||
description: "Ingestion Base Docker Image Tag"
|
description: "Ingestion Base Docker Image Tag (3 digit docker image tag)"
|
||||||
required: true
|
required: true
|
||||||
release_version:
|
pypi_release_version:
|
||||||
description: "Provide the Release Version"
|
description: "Provide the Release Version (4 digit docker image tag)"
|
||||||
required: true
|
required: true
|
||||||
push_latest_tag_to_release:
|
push_latest_tag_to_release:
|
||||||
description: "Do you want to update docker image latest tag as well ?"
|
description: "Do you want to update docker image latest tag as well ?"
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
tag: ${{ inputs.docker_release_tag }}
|
tag: ${{ inputs.docker_release_tag }}
|
||||||
push_latest: ${{ inputs.push_latest_tag_to_release }}
|
push_latest: ${{ inputs.push_latest_tag_to_release }}
|
||||||
is_ingestion: true
|
is_ingestion: true
|
||||||
release_version: ${{ inputs.release_version }}
|
release_version: ${{ inputs.pypi_release_version }}
|
||||||
dockerhub_username: ${{ secrets.DOCKERHUB_OPENMETADATA_USERNAME }}
|
dockerhub_username: ${{ secrets.DOCKERHUB_OPENMETADATA_USERNAME }}
|
||||||
dockerhub_token: ${{ secrets.DOCKERHUB_OPENMETADATA_TOKEN }}
|
dockerhub_token: ${{ secrets.DOCKERHUB_OPENMETADATA_TOKEN }}
|
||||||
|
|
||||||
|
@ -14,10 +14,10 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
docker_release_tag:
|
docker_release_tag:
|
||||||
description: "Ingestion Docker Image Tag"
|
description: "Ingestion Docker Image Tag (3 digit docker image tag)"
|
||||||
required: true
|
required: true
|
||||||
release_version:
|
pypi_release_version:
|
||||||
description: "Provide the Release Version"
|
description: "Provide the Release Version (4 digit docker image tag)"
|
||||||
required: true
|
required: true
|
||||||
push_latest_tag_to_release:
|
push_latest_tag_to_release:
|
||||||
description: "Mark this as latest tag as well ?"
|
description: "Mark this as latest tag as well ?"
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
tag: ${{ inputs.docker_release_tag }}
|
tag: ${{ inputs.docker_release_tag }}
|
||||||
push_latest: ${{ inputs.push_latest_tag_to_release }}
|
push_latest: ${{ inputs.push_latest_tag_to_release }}
|
||||||
is_ingestion: true
|
is_ingestion: true
|
||||||
release_version: ${{ inputs.release_version }}
|
release_version: ${{ inputs.pypi_release_version }}
|
||||||
dockerhub_username: ${{ secrets.DOCKERHUB_OPENMETADATA_USERNAME }}
|
dockerhub_username: ${{ secrets.DOCKERHUB_OPENMETADATA_USERNAME }}
|
||||||
dockerhub_token: ${{ secrets.DOCKERHUB_OPENMETADATA_TOKEN }}
|
dockerhub_token: ${{ secrets.DOCKERHUB_OPENMETADATA_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user