diff --git a/.github/workflows/push-cs-update.yml b/.github/workflows/push-cs-update.yml index 130f7a0..8c24aee 100644 --- a/.github/workflows/push-cs-update.yml +++ b/.github/workflows/push-cs-update.yml @@ -48,6 +48,6 @@ jobs: REPOLIST=./github/repolist.txt pwd; ls -al; cd cs; - ../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -r $REPOLIST + ../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST git push origin main git push --tags origin main