You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@
33
33
You can can setup this namespace with our cli `scw containers namespace create` command.
34
34
35
35
- (optional) Setup a `SCW_DNS_ZONE` within your repository `Secrets` section and set its value with your Scaleway account DNS zone.
36
-
How To add [Custom Domains](https://www.scaleway.com/en/docs/compute/containers/how-to/add-a-custom-domain-to-a-container/).
37
-
In this automation process, we will use the DNS zone of your Scaleway account. Each zone will be based on the container name created and based on the tag of your Image.
38
-
Your path registry is `rg.fr-par.scw.cloud/test/images:latest`, your container name tag will be `latest` and your DNS zone will be `latest.${SCW_DNS_ZONE}`.
36
+
How To add [Custom Domains](https://www.scaleway.com/en/docs/compute/containers/how-to/add-a-custom-domain-to-a-container/).
37
+
In this automation process, we will use the DNS zone of your Scaleway account. Each zone will be based on the container name created and based on the tag of your Image.
38
+
Your path registry is `rg.fr-par.scw.cloud/test/images:latest`, your container name tag will be `latest` and your DNS zone will be `latest.${SCW_DNS_ZONE}`.
39
39
40
40
## 🔌 Usage
41
41
@@ -48,6 +48,7 @@ Your path registry is `rg.fr-par.scw.cloud/test/images:latest`, your container n
description: "default namespace id where your container will be deploy, if this not required, this action will create a namespace and we need projectID to be set."
19
16
required: true
@@ -24,6 +21,10 @@ inputs:
24
21
description: "Default port where your docker container expose"
0 commit comments