Skip to content

Commit

Permalink
ci: fix default tag for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Apr 20, 2022
1 parent 301a3d7 commit 08b1e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/databend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
run: |
_base=${{ secrets.DOCKERHUB_NAMESPACE }}/databend-${{ matrix.service }}:${{ steps.get_version.outputs.VERSION }}
_tags=${_base}-${{ matrix.distro }}
if [[ "${{ matrix.service }}" == "debian" ]]; then
if [[ "${{ matrix.distro }}" == "debian" ]]; then
_tags="${_tags}, ${_base}"
fi
echo ::set-output name=IMAGE_TAGS::${_tags}
Expand Down

0 comments on commit 08b1e87

Please sign in to comment.