Skip to content

Commit

Permalink
chia flax update version
Browse files Browse the repository at this point in the history
  • Loading branch information
raingggg committed Apr 2, 2022
1 parent 3b33b66 commit fb152c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coctohug-chia-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
platforms: linux/amd64
push: true
build-args: |
"CODE_BRANCH=1.3.1"
"CODE_BRANCH=1.3.2"
tags: |
${{ secrets.DOCKER_HUB_USERNAME }}/coctohug-chia:develop
2 changes: 1 addition & 1 deletion .github/workflows/coctohug-flax-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
platforms: linux/amd64
push: true
build-args: |
"CODE_BRANCH=0.1.6"
"CODE_BRANCH=0.1.7"
tags: |
${{ secrets.DOCKER_HUB_USERNAME }}/coctohug-flax:develop
4 changes: 2 additions & 2 deletions dockers/coctohug-chia/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
- log parser

# build
- sudo docker build --no-cache --build-arg CODE_BRANCH=1.3.1 -t coctohug-chia:latest .
- sudo docker build --build-arg CODE_BRANCH=1.3.1 -t coctohug-chia:latest .
- sudo docker build --no-cache --build-arg CODE_BRANCH=1.3.2 -t coctohug-chia:latest .
- sudo docker build --build-arg CODE_BRANCH=1.3.2 -t coctohug-chia:latest .

# docker-compose
- coctohug-chia:
Expand Down
4 changes: 2 additions & 2 deletions dockers/coctohug-flax/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
- log parser

# build
- sudo docker build --no-cache --build-arg CODE_BRANCH=0.1.6 -t coctohug-flax:latest .
- sudo docker build --build-arg CODE_BRANCH=0.1.6 -t coctohug-flax:latest .
- sudo docker build --no-cache --build-arg CODE_BRANCH=0.1.7 -t coctohug-flax:latest .
- sudo docker build --build-arg CODE_BRANCH=0.1.7 -t coctohug-flax:latest .

# docker-compose
- coctohug-flax:
Expand Down

0 comments on commit fb152c6

Please sign in to comment.