File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919VERSION=$( git describe --tags)
2020
2121$DOCKER_COMMAND tag alephim/pyaleph-node alephim/pyaleph-node:$VERSION
22- $DOCKER_COMMAND push alephim/pyaleph-node:$VERSION docker.io/alephim/pyaleph-node:$VERSION
22+ # $DOCKER_COMMAND push alephim/pyaleph-node:$VERSION docker.io/alephim/pyaleph-node:$VERSION
23+ $DOCKER_COMMAND push alephim/pyaleph-node:$VERSION
2324echo docker.io/alephim/pyaleph-node:$VERSION
Original file line number Diff line number Diff line change 77services :
88 pyaleph :
99 restart : always
10- image : alephim/pyaleph-node:v0.2.0
10+ image : alephim/pyaleph-node:v0.2.1
1111 command : pyaleph --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1212 ports :
1313 - " 127.0.0.1:8000:8000/tcp"
Original file line number Diff line number Diff line change 99services :
1010 pyaleph :
1111 restart : always
12- image : alephim/pyaleph-node:v0.2.0
12+ image : alephim/pyaleph-node:v0.2.1
1313 command : pyaleph --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1414 ports :
1515 - " 127.0.0.1:8000:8000/tcp"
You can’t perform that action at this time.
0 commit comments