circleci: fix make target name for Docker image
This commit is contained in:
parent
1871040de6
commit
6964d86347
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ jobs:
|
||||||
curl -L -o /tmp/docker-$VER.tgz https://get.docker.com/builds/Linux/x86_64/docker-$VER.tgz
|
curl -L -o /tmp/docker-$VER.tgz https://get.docker.com/builds/Linux/x86_64/docker-$VER.tgz
|
||||||
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
|
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
|
||||||
mv /tmp/docker/* /usr/bin
|
mv /tmp/docker/* /usr/bin
|
||||||
- run: make build-image
|
- run: make image
|
||||||
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Loading…
Reference in a new issue