(fix): add docker
This commit is contained in:
parent
d2c91a3f0d
commit
af96da10a9
1 changed files with 1 additions and 2 deletions
|
|
@ -39,8 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build & Push
|
- name: Build & Push
|
||||||
run: |
|
run: |
|
||||||
docker build -f dockerfile -t tensamin/iota:latest .
|
nix-shell -p docker --run "docker build -f dockerfile -t tensamin/iota:latest . && docker push tensamin/iota:latest"
|
||||||
docker push tensamin/iota:latest
|
|
||||||
|
|
||||||
- name: Build release binary
|
- name: Build release binary
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue