Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #608 from derogab/dev
Browse files Browse the repository at this point in the history
v2.2.0
  • Loading branch information
derogab authored Oct 14, 2024
2 parents 24171ad + c734a13 commit b0411cb
Show file tree
Hide file tree
Showing 7 changed files with 5,140 additions and 3,016 deletions.
3 changes: 1 addition & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
github: derogab
liberapay: derogab
ko_fi: derogab
patreon: derogab
custom: https://derogab.com/donate
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./daemon/
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ docker-compose -f docker-compose.dev.yml up -d
docker-compose -f docker-compose.build.yml up -d --build
```

## Tip
If you like this project or directly benefit from it, please consider [buying me a coffee](https://derogab.com/donate).

## License
[_Coingraph_](https://github.com/derogab/coingraph) is made with ♥ by [derogab](https://github.com/derogab) and the [amazing dev team](https://github.com/derogab/coingraph/graphs/contributors). It is released under the MIT license.
Loading

0 comments on commit b0411cb

Please sign in to comment.