Skip to content

Commit

Permalink
fix(ci): add docker-cli in publish-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
Airscript committed Aug 10, 2022
1 parent 78ebcc4 commit 446405c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
docker_layer_caching: true
version: 20.10.14

- run:
name: "Install Docker CLI"
command: apk add docker-cli

- run:
name: "Login Into Docker Hub"
command: "docker login --username $DOCKER_USERNAME --password $DOCKER_ACCESS_TOKEN"
Expand Down

0 comments on commit 446405c

Please sign in to comment.