Skip to content

Commit

Permalink
update registry in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pitiscarf committed Dec 5, 2023
1 parent 026f46f commit 9ab9351
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/funcscwsnutestwxdlwomm
registry: rg.fr-par.scw.cloud/funcscwsnutestphlmjvnd
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/funcscwsnutestwxdlwomm
registry: rg.fr-par.scw.cloud/funcscwsnutestphlmjvnd
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/funcscwsnutestwxdlwomm
registry: rg.fr-par.scw.cloud/funcscwsnutestphlmjvnd
image_name: app
dockerfile_path: app/Dockerfile

Expand Down
2 changes: 1 addition & 1 deletion terraform/infra/apps/vars/test.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
admin_subdomain = "test-admin"
app_subdomain = "test-app"
dns_zone = "beta-snu.dev"
secret_revision = "2"
secret_revision = "1"

0 comments on commit 9ab9351

Please sign in to comment.