Skip to content

Commit

Permalink
Merge pull request #280 from tazhate/master
Browse files Browse the repository at this point in the history
Quick fix for docker build
  • Loading branch information
danil-lashin authored Jan 30, 2020
2 parents 755da8a + 1c2a2cf commit a80a538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
env:
USERNAME: ${{ secrets.DOCKER_HUB_USER }}
PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
IMAGE_NAME: "minterteam/minter"
LATEST: "true"
TAG_NAME: "v1.0.5"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://github.com/MinterTeam/minter-go-node/commits/master"><img src="https://img.shields.io/github/last-commit/MinterTeam/minter-go-node.svg" alt="Last commit"></a>
<a href="https://goreportcard.com/report/github.com/MinterTeam/minter-go-node"><img src="https://goreportcard.com/badge/github.com/MinterTeam/minter-go-node" alt="Go Report Card"></a>
<a href="https://github.com/MinterTeam/minter-go-node/actions"><img src="https://github.com/MinterTeam/minter-go-node/workflows/docker/badge.svg" alt="Github Actions Report Card"></a>
<a href="https://hub.docker.com/r/MinterTeam/minter-go-node"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/minterteam/minter-go-node"></a>
<a href="https://hub.docker.com/r/MinterTeam/minter-go-node"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/minterteam/minter"></a>
</p>

Minter is a blockchain network that lets people, projects, and companies issue and manage their own coins and trade them at a fair market price with absolute and instant liquidity.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"
services:
minter:
image: tazhate/minter-go-node:latest
image: minterteam/minter:latest
#build: .
volumes:
- minter_data:/minter/data
Expand Down

0 comments on commit a80a538

Please sign in to comment.