Skip to content

Commit

Permalink
Replace dockerhub account name
Browse files Browse the repository at this point in the history
  • Loading branch information
modood committed Jun 20, 2024
1 parent 36917f9 commit 1e2a0be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: docker.io
# github.repository as <account>/<repo>
REGISTRY_IMAGE: <dockerhub_account_name_here>/hdkeygen
REGISTRY_IMAGE: modood/hdkeygen


jobs:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: <dockerhub_account_name_here>
username: modood
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push by digest
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: <dockerhub_account_name_here>
username: modood
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Create manifest list and push
Expand All @@ -108,4 +108,4 @@ jobs:
-
name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Running in Docker
-----------------
For security reasons it's recommended to start a Docker container with disabled networking:
```
$ docker run --network none --rm -it <dockerhub_account_name_here>/hdkeygen
$ docker run --network none --rm -it modood/hdkeygen
```

Usage
Expand Down

0 comments on commit 1e2a0be

Please sign in to comment.