Skip to content

Commit 1770b99

Browse files
docs: update doc
1 parent 79ab41e commit 1770b99

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sconify/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
3. **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

129129
4. **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

0 commit comments

Comments
 (0)