We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545c49d commit 9661bd0Copy full SHA for 9661bd0
2 files changed
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
- run:
9
name: Build image
10
command: |
11
- ./build.sh
+ docker build -t hypriot/qemu-register .
12
13
- deploy:
14
name: Push image
build.sh
0 commit comments