diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 800da626d..3d30f6b4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -488,6 +488,10 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 + with: + pattern: '*-image' + path: images + merge-multiple: true - name: Docker Login uses: docker/login-action@v3.0.0