Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 6a8a6fa

Browse files
authored
Merge pull request #149 from zhicwu/develop
Remove hard-coded tags
2 parents 8aa1027 + 45bb06d commit 6a8a6fa

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,8 @@ jobs:
8282
revision=${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}.${{ github.event.inputs.patch }}
8383
repository=${{ github.repository }}
8484
tags: |
85-
${{ github.event.inputs.organization }}/clickhouse-jdbc-bridge:latest
86-
${{ github.event.inputs.organization }}/clickhouse-jdbc-bridge:${{ github.event.inputs.major }}
87-
${{ github.event.inputs.organization }}/clickhouse-jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}
88-
${{ github.event.inputs.organization }}/clickhouse-jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}.${{ github.event.inputs.patch }}
89-
clickhouse/jdbc-bridge:latest
90-
clickhouse/jdbc-bridge:${{ github.event.inputs.major }}
91-
clickhouse/jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}
92-
clickhouse/jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}.${{ github.event.inputs.patch }}
85+
${{ github.event.inputs.organization }}/jdbc-bridge:latest
86+
${{ github.event.inputs.organization }}/jdbc-bridge:${{ github.event.inputs.major }}
87+
${{ github.event.inputs.organization }}/jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}
88+
${{ github.event.inputs.organization }}/jdbc-bridge:${{ github.event.inputs.major }}.${{ github.event.inputs.minor }}.${{ github.event.inputs.patch }}
9389

0 commit comments

Comments
 (0)