Skip to content

Commit

Permalink
Remove hard-coded tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Apr 18, 2022
1 parent f37446a commit 45bb06d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 45bb06d

Please sign in to comment.