Skip to content

Commit

Permalink
cahnge image in yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaelbayad committed Nov 28, 2024
1 parent 17e63b9 commit e85f691
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e85f691

Please sign in to comment.