Skip to content

Commit

Permalink
Lock version of Docker Credential Helper in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Oct 12, 2022
1 parent b5cc126 commit dec7d7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- checkout
- setup_remote_docker:
version: 20.10.6
- docker/install-docker-credential-helper
- docker/install-docker-credential-helper:
release-tag: v0.6.4
- docker/configure-docker-credentials-store
- run:
name: Push to Docker Hub
Expand Down Expand Up @@ -71,4 +72,4 @@ workflows:
only: /^v.*/

orbs:
docker: circleci/docker@1.0.1
docker: circleci/docker@2.1.4

0 comments on commit dec7d7e

Please sign in to comment.