Skip to content

Commit

Permalink
update registry
Browse files Browse the repository at this point in the history
  • Loading branch information
pitiscarf committed Dec 6, 2023
1 parent a2527da commit f2a764b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-scw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
username: nologin
password: ${{ secrets.SCW_SECRET_KEY }}
# registry: ${{ secrets.SCW_CONTAINER_REGISTRY_ENDPOINT }}
registry: rg.fr-par.scw.cloud/funcscwsnutest8xe6gdqt
registry: rg.fr-par.scw.cloud/snu-production
image_name: admin
dockerfile_path: admin/Dockerfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-scw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
username: nologin
password: ${{ secrets.SCW_SECRET_KEY }}
# registry: ${{ secrets.SCW_CONTAINER_REGISTRY_ENDPOINT }}
registry: rg.fr-par.scw.cloud/funcscwsnutest8xe6gdqt
registry: rg.fr-par.scw.cloud/snu-production
image_name: api
dockerfile_path: api/Dockerfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-scw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
username: nologin
password: ${{ secrets.SCW_SECRET_KEY }}
# registry: ${{ secrets.SCW_CONTAINER_REGISTRY_ENDPOINT }}
registry: rg.fr-par.scw.cloud/funcscwsnutest8xe6gdqt
registry: rg.fr-par.scw.cloud/snu-production
image_name: app
dockerfile_path: app/Dockerfile

Expand Down

0 comments on commit f2a764b

Please sign in to comment.