diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 217df8e..87ee73c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/backend:preprod + images: ${{ env.REGISTRY }}/backend tags: | type=ref,event=branch type=ref,event=pr @@ -133,7 +133,7 @@ jobs: - name: Login to Scaleway Registry uses: docker/login-action@v3 with: - registry: rg.fr-par.scw.cloud/xpeditis + registry: rg.fr-par.scw.cloud/weworkstudio username: nologin password: ${{ secrets.REGISTRY_TOKEN }} @@ -141,7 +141,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/frontend:preprod + images: ${{ env.REGISTRY }}/frontend tags: | type=ref,event=branch type=ref,event=pr