[CI] Fix archive URL injection in tag image build (#5828)

This commit is contained in:
YuBaoku
2025-12-30 14:28:17 +08:00
committed by GitHub
parent 44a13e4557
commit 98519ee2e9
+1 -1
View File
@@ -287,11 +287,11 @@ jobs:
shell: bash
env:
docker_image: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
fd_archive_url: ${{ env.FASTDEPLOY_ARCHIVE_URL }}
run: |
set -x
FULL_REPO="${{ github.repository }}"
REPO_NAME="${FULL_REPO##*/}"
fd_archive_url="${{ needs.clone.outputs.repo_archive_url }}"
# Clean the repository directory before starting
docker run --rm --net=host -v $(pwd):/workspace -w /workspace \