CircleCI-Public / docker-orb

Install/use various Docker-related tools on CircleCI
https://circleci.com/orbs/registry/orb/circleci/docker
MIT License
29 stars 63 forks source link

Release 1.0.1 is broken #67

Closed redbaron closed 4 years ago

redbaron commented 4 years ago

Orb version

1.0.1

What happened

version: 2.1
orbs:
  docker: circleci/docker@1.0.1

produces error

Error: ERROR IN CONFIG FILE:
[#/jobs/publish] 0 subschemas matched instead of one
1. [#/jobs/publish] only 1 subschema matches out of 2
|   1. [#/jobs/publish/steps] 12 schema violations found
|   |   1. [#/jobs/publish/steps/1] 0 subschemas matched instead of one
|   |   |   1. [#/jobs/publish/steps/1] 0 subschemas matched instead of one
|   |   |   |   1. [#/jobs/publish/steps/1] expected type: String, found: Mapping
|   |   |   |   |   Shorthand commands, like `checkout`
|   |   |   |   |   SCHEMA:
|   |   |   |   |     type: string
...
redbaron commented 4 years ago

Sorry, seems to be an error on CircleCI side, many other orbs dont work

redbaron commented 4 years ago

It turned out it was a problem with this orb: https://github.com/CircleCI-Public/docker-orb/issues/68