Skip to content

Commit

Permalink
Update dockerfiles/cd/builders/tiflash/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Nov 11, 2024
1 parent bff5f80 commit af8ffba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/cd/builders/tiflash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts"

# FIXME: replace with official repo and tag.
# renovate: datasource=github-tags depName=pingcap/tiflash
ARG TIFLASH_REPO=Lloyd-Pottiger/tiflash
ARG TIFLASH_REF=upgarde-build-image
ARG TIFLASH_REPO=pingcap/tiflash
ARG TIFLASH_REF=master
RUN FILE="bake_llvm_base.sh"; \
TAR_DIR="tiflash-${TIFLASH_REF}"; \
curl -sSL https://github.com/${TIFLASH_REPO}/archive/refs/heads/${TIFLASH_REF}.tar.gz -o tiflash.tar.gz && \
Expand Down

0 comments on commit af8ffba

Please sign in to comment.