File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
1161163. **Configure Variables**
117117 Ensure that the following variables are added to your repository's settings:
118118
119- - ` DOCKERHUB_USERNAME `: Your DockerHub username
119+ - ` DOCKER_USERNAME `: Your Docker Registry username
120120 - `SCONTAIN_USERNAME` : Your Scontain username
121121
122122 NB : Beware if you choose to use secrets to store registries usernames;
@@ -128,8 +128,7 @@ jobs:
128128
1291294. **Configure Secrets**
130130 Ensure that the following secrets are added to your repository's settings :
131- - `DOCKERHUB_USERNAME` : Your DockerHub username
132- - `DOCKERHUB_PASSWORD` : Your DockerHub password or access token
131+ - `DOCKER_PASSWORD` : Your Docker Registry password or access token
133132 - `SCONTAIN_PASSWORD` : Your Scontain password or access token
134133 - `SCONE_SIGNING_KEY` : The key to use for signing Scone Prod applications
135134
You can’t perform that action at this time.
0 commit comments