From 45bb06de45b5531f6c19a06bdc32c98d866ebbce Mon Sep 17 00:00:00 2001 From: Zhichun Wu Date: Mon, 18 Apr 2022 20:38:53 +0800 Subject: [PATCH] Remove hard-coded tags --- .github/workflows/release.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d80b06..e377d0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,12 +82,8 @@ jobs: revision=${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}.${{ github.event.inputs.patch }} repository=${{ github.repository }} tags: | - ${{ github.event.inputs.organization }}/clickhouse-jdbc-bridge:latest - ${{ github.event.inputs.organization }}/clickhouse-jdbc-bridge:${{ github.event.inputs.major }} - ${{ github.event.inputs.organization }}/clickhouse-jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }} - ${{ github.event.inputs.organization }}/clickhouse-jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}.${{ github.event.inputs.patch }} - clickhouse/jdbc-bridge:latest - clickhouse/jdbc-bridge:${{ github.event.inputs.major }} - clickhouse/jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }} - clickhouse/jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}.${{ github.event.inputs.patch }} + ${{ github.event.inputs.organization }}/jdbc-bridge:latest + ${{ github.event.inputs.organization }}/jdbc-bridge:${{ github.event.inputs.major }} + ${{ github.event.inputs.organization }}/jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }} + ${{ github.event.inputs.organization }}/jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}.${{ github.event.inputs.patch }}