Skip to content

Commit

Permalink
updates for dexie dockerhub org
Browse files Browse the repository at this point in the history
  • Loading branch information
denisu committed Jan 27, 2024
1 parent 33dae90 commit 32e0722
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ jobs:
build-args: |
GITHUB_ORG=${{ github.repository_owner }}
GITHUB_REPO=${{ github.event.repository.name }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ steps.latest-tag.outputs.tag }},${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest
tags: ${{ secrets.DOCKERHUB_ORGANISATION }}/${{ github.event.repository.name }}:${{ steps.latest-tag.outputs.tag }},${{ secrets.DOCKERHUB_ORGANISATION }}/${{ github.event.repository.name }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "splash"
version = "0.0.4"
version = "0.0.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Start a node and reuse identity:
## Test the API with Docker

```bash
docker run -p 11511:11511 -p 4000:4000 dexie-space/splash:latest \
docker run -p 11511:11511 -p 4000:4000 dexiespace/splash:latest \
--listen-offer-submission 0.0.0.0:4000 \
--listen-address /ip4/0.0.0.0/tcp/11511
# send the request
Expand Down

0 comments on commit 32e0722

Please sign in to comment.