diff --git a/.github/workflows/admin-scw.yml b/.github/workflows/admin-scw.yml index f940e622a2..c00daed6eb 100644 --- a/.github/workflows/admin-scw.yml +++ b/.github/workflows/admin-scw.yml @@ -61,7 +61,7 @@ jobs: username: nologin password: ${{ secrets.SCW_SECRET_KEY }} # registry: ${{ secrets.SCW_CONTAINER_REGISTRY_ENDPOINT }} - registry: rg.fr-par.scw.cloud/snu-production + registry: rg.fr-par.scw.cloud/snu-development image_name: admin dockerfile_path: admin/Dockerfile diff --git a/.github/workflows/api-scw.yml b/.github/workflows/api-scw.yml index bdc5833af8..98ca3d2557 100644 --- a/.github/workflows/api-scw.yml +++ b/.github/workflows/api-scw.yml @@ -38,7 +38,7 @@ jobs: username: nologin password: ${{ secrets.SCW_SECRET_KEY }} # registry: ${{ secrets.SCW_CONTAINER_REGISTRY_ENDPOINT }} - registry: rg.fr-par.scw.cloud/snu-production + registry: rg.fr-par.scw.cloud/snu-development image_name: api dockerfile_path: api/Dockerfile diff --git a/.github/workflows/app-scw.yml b/.github/workflows/app-scw.yml index eb2b9eff2d..6ab840cff8 100644 --- a/.github/workflows/app-scw.yml +++ b/.github/workflows/app-scw.yml @@ -61,7 +61,7 @@ jobs: username: nologin password: ${{ secrets.SCW_SECRET_KEY }} # registry: ${{ secrets.SCW_CONTAINER_REGISTRY_ENDPOINT }} - registry: rg.fr-par.scw.cloud/snu-production + registry: rg.fr-par.scw.cloud/snu-development image_name: app dockerfile_path: app/Dockerfile