mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Update circle ci config
This commit is contained in:
parent
7b03247101
commit
75112f3dc4
1 changed files with 4 additions and 3 deletions
|
|
@ -8,6 +8,7 @@ executors:
|
|||
orbs:
|
||||
ruby: circleci/ruby@2.1.4
|
||||
browser-tools: circleci/browser-tools@1.4.8
|
||||
docker: circleci/docker@2.2.1
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue