Skip to content

Commit ad548da

Browse files
committed
Use api3 as DOCKERHUB_USERNAME in docker-build CI workflow
1 parent 5b5e8c3 commit ad548da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: yarn docker:scripts:npm-registry:stop
103103
- name: Publish Docker containers
104104
env:
105-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
105+
DOCKERHUB_USERNAME: api3
106106
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
107107
run: yarn docker:scripts:docker:publish --dev --docker-tags ${{ github.sha }}
108108
unit-tests:

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Use the `--dev` option to push the images, with the `-dev` suffix in their name.
273273

274274
You need to provide two environment variables to authenticate against the DockerHub registry:
275275

276-
- `DOCKERHUB_USERNAME` - DockerHub username
276+
- `DOCKERHUB_USERNAME` - DockerHub username i.e. `api3`
277277
- `DOCKERHUB_TOKEN` - DockerHub access token
278278

279279
Example:

0 commit comments

Comments
 (0)