diff --git a/.github/workflows/BuildDocker.yml b/.github/workflows/BuildDocker.yml index d07e90a..47f631e 100644 --- a/.github/workflows/BuildDocker.yml +++ b/.github/workflows/BuildDocker.yml @@ -38,4 +38,4 @@ jobs: file: Container/Dockerfile push: true # JUNGVI: If you operate from a fork and want to build a new docker make sure to replace 'pulp-platform' by your uname. - tags: ghcr.io/tahaelbayad/deeploy:main + tags: ghcr.io/pulp-platform/deeploy:main diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index aae30f5..2cad974 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: build-deeploy: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -542,7 +542,7 @@ jobs: deeploy-state-serialization: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -562,7 +562,7 @@ jobs: deeploy-memory-level-extension: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -582,7 +582,7 @@ jobs: deeploy-tiler-extension: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -606,7 +606,7 @@ jobs: deeploy-memory-allocation-extension: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -628,7 +628,7 @@ jobs: deeploy-typing: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -645,7 +645,7 @@ jobs: deeploy-regex-matching: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -662,7 +662,7 @@ jobs: linting: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerCortexM.yml b/.github/workflows/TestRunnerCortexM.yml index 9d80f55..5f0e523 100644 --- a/.github/workflows/TestRunnerCortexM.yml +++ b/.github/workflows/TestRunnerCortexM.yml @@ -11,7 +11,7 @@ jobs: test-runner-cortexm: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerGeneric.yml b/.github/workflows/TestRunnerGeneric.yml index c123ca5..ce20fda 100644 --- a/.github/workflows/TestRunnerGeneric.yml +++ b/.github/workflows/TestRunnerGeneric.yml @@ -11,7 +11,7 @@ jobs: test-runner-generic: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerMempool.yml b/.github/workflows/TestRunnerMempool.yml index a179667..e8414ff 100644 --- a/.github/workflows/TestRunnerMempool.yml +++ b/.github/workflows/TestRunnerMempool.yml @@ -11,7 +11,7 @@ jobs: test-runner-mempool: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerSiracusa.yml b/.github/workflows/TestRunnerSiracusa.yml index 0143396..0b8b8cc 100644 --- a/.github/workflows/TestRunnerSiracusa.yml +++ b/.github/workflows/TestRunnerSiracusa.yml @@ -14,7 +14,7 @@ jobs: test-runner-siracusa: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerSnitch.yml b/.github/workflows/TestRunnerSnitch.yml index d2c35ef..3a0f9a0 100644 --- a/.github/workflows/TestRunnerSnitch.yml +++ b/.github/workflows/TestRunnerSnitch.yml @@ -11,7 +11,7 @@ jobs: test-runner-snitch: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerTiledSiracusa.yml b/.github/workflows/TestRunnerTiledSiracusa.yml index 9f101c6..48a8cb3 100644 --- a/.github/workflows/TestRunnerTiledSiracusa.yml +++ b/.github/workflows/TestRunnerTiledSiracusa.yml @@ -32,7 +32,7 @@ jobs: L1: ${{ fromJSON(inputs.L1) }} runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerTiledSiracusaSequential.yml b/.github/workflows/TestRunnerTiledSiracusaSequential.yml index 5e9e275..684036a 100644 --- a/.github/workflows/TestRunnerTiledSiracusaSequential.yml +++ b/.github/workflows/TestRunnerTiledSiracusaSequential.yml @@ -24,7 +24,7 @@ jobs: test-runner-siracusa-tiled: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerTiledSiracusaWithNeureka.yml b/.github/workflows/TestRunnerTiledSiracusaWithNeureka.yml index d16699f..143c989 100644 --- a/.github/workflows/TestRunnerTiledSiracusaWithNeureka.yml +++ b/.github/workflows/TestRunnerTiledSiracusaWithNeureka.yml @@ -36,7 +36,7 @@ jobs: L1: ${{ fromJSON(inputs.L1) }} runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerTiledSiracusaWithNeurekaSequential.yml b/.github/workflows/TestRunnerTiledSiracusaWithNeurekaSequential.yml index c362d86..3271598 100644 --- a/.github/workflows/TestRunnerTiledSiracusaWithNeurekaSequential.yml +++ b/.github/workflows/TestRunnerTiledSiracusaWithNeurekaSequential.yml @@ -28,7 +28,7 @@ jobs: test-runner-siracusa-neureka-tiled: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/TestRunnerTiledSnitch.yml b/.github/workflows/TestRunnerTiledSnitch.yml index 10f3b26..c109958 100644 --- a/.github/workflows/TestRunnerTiledSnitch.yml +++ b/.github/workflows/TestRunnerTiledSnitch.yml @@ -12,7 +12,7 @@ jobs: test-runner-snitch-tiled: runs-on: ubuntu-22.04 container: - image: ghcr.io/tahaelbayad/deeploy:main + image: ghcr.io/pulp-platform/deeploy:main steps: - name: Checkout Repo uses: actions/checkout@v4