test: swap CI container to comfy-complete-ci for testing

Drop-in replacement of comfyui-ci-container:0.0.16 with
comfy-complete-ci:latest to test compatibility with the
complete container in CI.
This commit is contained in:
Johnpaul
2026-04-03 00:18:59 +01:00
parent 17d2870ef4
commit 31df47f79e

View File

@@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
container:
image: ghcr.io/comfy-org/comfyui-ci-container:0.0.16
image: ghcr.io/comfy-org/comfy-complete-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
@@ -101,7 +101,7 @@ jobs:
needs: setup
runs-on: ubuntu-latest
container:
image: ghcr.io/comfy-org/comfyui-ci-container:0.0.16
image: ghcr.io/comfy-org/comfy-complete-ci:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}