We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e09c8f commit cae4506Copy full SHA for cae4506
.github/workflows/build.yml
@@ -70,3 +70,5 @@ jobs:
70
run: |
71
curl -L https://raw.githubusercontent.com/quantmind/rops/main/dev/install-rops | bash
72
echo "$HOME/bin" >> $GITHUB_PATH
73
+ - name: build image
74
+ run: rops docker build quantflow
0 commit comments