Skip to content

Commit

Permalink
Update circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Freika committed Feb 2, 2025
1 parent 7b03247 commit 75112f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ executors:
orbs:
ruby: circleci/[email protected]
browser-tools: circleci/[email protected]
docker: circleci/[email protected]

jobs:
test:
Expand Down Expand Up @@ -66,9 +67,9 @@ jobs:
name: Install dependencies
command: npm install

- run:
name: Login to Docker Hub
command: echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
- docker/login:
username: << pipeline.parameters.DOCKERHUB_USERNAME >>
password: << pipeline.parameters.DOCKERHUB_TOKEN >>

- run:
name: Set Docker tags
Expand Down

0 comments on commit 75112f3

Please sign in to comment.