diff --git a/.github/workflows/build-all-cluster-image.yaml b/.github/workflows/build-all-cluster-image.yaml index 020c8ded..59e42522 100644 --- a/.github/workflows/build-all-cluster-image.yaml +++ b/.github/workflows/build-all-cluster-image.yaml @@ -132,7 +132,6 @@ jobs: cat > Kubefile <<-EOF FROM scratch COPY . . - CMD ["echo "uploaded images for devbox runtime ${{ matrix.target.name }} " "] EOF commitDATE=$(date +%Y%m%d%H%M%S) repo_host=${GITHUB_SERVER_URL:-https://github.com}