Compare commits

...

2 Commits

Author SHA1 Message Date
Johnpaul Chiwetelu
a20b279013 Merge branch 'main' into automation/ci-container-0.18.2 2026-03-25 20:31:55 +01:00
Myestery
174da3ffa5 chore: bump CI container to 0.18.2 2026-03-25 19:13:36 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -77,7 +77,7 @@ jobs:
needs: setup
runs-on: ubuntu-latest
container:
image: ghcr.io/comfy-org/comfyui-ci-container:0.0.13
image: ghcr.io/comfy-org/comfyui-ci-container:0.18.2
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}