Updated config.yml

This commit is contained in:
Nikolas
2021-12-30 14:36:33 +02:00
parent f2c9361a10
commit c20b06bb27

View File

@@ -3,11 +3,10 @@ version: 2.1
jobs: jobs:
build: build:
docker: docker:
- image: ubuntu:latest - image: cimg/base
auth: auth:
username: $DOCKER_HUB_ID username: $CIRCLECI_ID
password: $CIRCLECI_PASSWORD
password: $DOCKER_HUB_PASSWORD
steps: steps:
- checkout - checkout
- run: | - run: |
@@ -18,7 +17,7 @@ jobs:
test: test:
docker: docker:
- image: ubuntu:latest - image: cimg/base
auth: auth:
username: $DOCKER_HUB_ID username: $DOCKER_HUB_ID
password: $DOCKER_HUB_PASSWORD password: $DOCKER_HUB_PASSWORD
@@ -29,7 +28,7 @@ jobs:
deploy: deploy:
docker: docker:
- image: ubuntu:latest - image: cimg/base
auth: auth:
username: $DOCKER_HUB_ID username: $DOCKER_HUB_ID
password: $DOCKER_HUB_PASSWORD password: $DOCKER_HUB_PASSWORD