diff --git a/.github/workflows/auto-upgrade-ci.yaml b/.github/workflows/auto-upgrade-ci.yaml index a0250df003..74363617d3 100644 --- a/.github/workflows/auto-upgrade-ci.yaml +++ b/.github/workflows/auto-upgrade-ci.yaml @@ -164,6 +164,7 @@ jobs: call_build_old_ci_image: needs: [get_ref] if: ${{ needs.get_ref.outputs.run_upgrade_enabled == 'true' }} + # get image:${{ needs.get_ref.outputs.ref }} and image-ci:${{ needs.get_ref.outputs.ref }} uses: ./.github/workflows/build-image-ci.yaml with: ref: ${{ needs.get_ref.outputs.old_version }}