diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4c9bcc3..a38bd22 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -505,7 +505,7 @@ jobs: deeploy-state-serialization: runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/deeploy:main + image: ghcr.io/tahaelbayad/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -525,7 +525,7 @@ jobs: deeploy-memory-level-extension: runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/deeploy:main + image: ghcr.io/tahaelbayad/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -545,7 +545,7 @@ jobs: deeploy-tiler-extension: runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/deeploy:main + image: ghcr.io/tahaelbayad/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -569,7 +569,7 @@ jobs: deeploy-memory-allocation-extension: runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/deeploy:main + image: ghcr.io/tahaelbayad/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -591,7 +591,7 @@ jobs: deeploy-typing: runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/deeploy:main + image: ghcr.io/tahaelbayad/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -608,7 +608,7 @@ jobs: deeploy-regex-matching: runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/deeploy:main + image: ghcr.io/tahaelbayad/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -625,7 +625,7 @@ jobs: linting: runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/deeploy:main + image: ghcr.io/tahaelbayad/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4