Skip to content

Commit

Permalink
Fix missing checkout for docker build release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kubaczyk committed May 8, 2020
1 parent 6110b8c commit ea30c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
working_directory: "/tmp/go/src/helmsman"
machine: true
steps:
- checkout
- run:
name: build docker images and push them to dockerhub
command: |
Expand Down

0 comments on commit ea30c38

Please sign in to comment.