Skip to content

Commit

Permalink
Merge pull request #4961 from everpcpc/fix-image
Browse files Browse the repository at this point in the history
ci: fix default image tag for debian
  • Loading branch information
BohuTANG authored Apr 20, 2022
2 parents 301a3d7 + 08b1e87 commit 0f576a7
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 0f576a7

Please sign in to comment.