Skip to content

Commit

Permalink
Merge pull request #420 from derogab/dev
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
derogab authored Aug 13, 2023
2 parents 948f4b4 + bcfbc54 commit 844332f
Show file tree
Hide file tree
Showing 20 changed files with 3,709 additions and 17,967 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
directory: '/'
target-branch: 'dev'
schedule:
interval: 'daily'
interval: 'monthly'
assignees:
- 'derogab'
labels:
Expand All @@ -23,7 +23,7 @@ updates:
directory: '/'
target-branch: 'dev'
schedule:
interval: 'daily'
interval: 'weekly'
assignees:
- 'derogab'
labels:
Expand All @@ -33,7 +33,7 @@ updates:
directory: '/daemon'
target-branch: 'dev'
schedule:
interval: 'daily'
interval: 'weekly'
assignees:
- 'derogab'
labels:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./daemon/
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./daemon/
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Coingraph

[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/derogab/coingraph?include_prereleases)](https://github.com/derogab/coingraph/releases)
[![Travis (.org)](https://img.shields.io/travis/derogab/coingraph)](https://travis-ci.com/derogab/coingraph/)
[![Build & Push Docker Image](https://github.com/derogab/coingraph/actions/workflows/docker-publish.yml/badge.svg?branch=master)](https://github.com/derogab/coingraph/actions/workflows/docker-publish.yml)
[![GitHub stars](https://img.shields.io/github/stars/derogab/coingraph)](https://github.com/derogab/coingraph/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/derogab/coingraph)](https://github.com/derogab/coingraph/network)
[![GitHub issues](https://img.shields.io/github/issues/derogab/coingraph)](https://github.com/derogab/coingraph/issues)
Expand Down
Loading

0 comments on commit 844332f

Please sign in to comment.