diff --git a/.github/workflows/push-to-master.yaml b/.github/workflows/push-to-master.yaml index 83b5118fe5..5f53b9d8fd 100644 --- a/.github/workflows/push-to-master.yaml +++ b/.github/workflows/push-to-master.yaml @@ -57,7 +57,7 @@ jobs: tags=( latest-${GITHUB_SHA} latest ) if [[ "${GITHUB_REF_TYPE}" == "tag" ]]; then tags+=( ${GITHUB_REF_NAME} ) - if [[ ! "${GITHUB_REF_NAME}" =~ -cim$ ]]; then + if [[ ! "${GITHUB_REF_NAME}" =~ -(cim|chatbot)$ ]]; then tags+=( staging-released ) fi fi