Skip to content

Commit

Permalink
Fix 404 link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
armchairancap committed Nov 1, 2024
1 parent be0c76a commit 37882f0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/ghcr-images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: build container images for GHCR

on:
push:
branches: master

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
# Use https://github.com/marketplace/actions/push-to-ghcr
- name: build the image
run: |
cd build/haven && \
docker buildx build \
--tag armchairancap/haven-for-tribler:latest \
--platform linux/amd64,linux/arm64 . && \
cd ../tribler && docker buildx build \
--tag armchairancap/tribler-haven:latest \
--platform linux/amd64,linux/arm64 .
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ haven-for-tribler latest d637b742a675 14 minutes ago 2.67GB

Run with `cd build/tribler && docker compose up` and access Haven at http://localhost:3100.

Create a strong password when creating Haven identity and remember to [back it up](https://armchairancap.github.io/docs/speakeasy-user-guide/identity#backup-an-identity).
Create a strong password when creating Haven identity and remember to [back it up](https://armchairancap.github.io/docs/haven-user-guide/identity#backup-an-identity).

There's a sample Docker compose file in the build/tribler directory.

Expand Down

0 comments on commit 37882f0

Please sign in to comment.