Updated config.yml

This commit is contained in:
Nikolas
2021-12-30 14:48:17 +02:00
parent 006184b089
commit 3444d6efce

View File

@@ -3,7 +3,7 @@ version: 2.1
jobs: jobs:
build: build:
docker: docker:
- image: cimg/base - image: cimg/base:stable
auth: auth:
username: $DOCKER_HUB_ID username: $DOCKER_HUB_ID
password: $DOCKER_HUB_PASSWORD password: $DOCKER_HUB_PASSWORD
@@ -17,7 +17,7 @@ jobs:
test: test:
docker: docker:
- image: cimg/base - image: cimg/base:stable
auth: auth:
username: $DOCKER_HUB_ID username: $DOCKER_HUB_ID
password: $DOCKER_HUB_PASSWORD password: $DOCKER_HUB_PASSWORD
@@ -28,7 +28,7 @@ jobs:
deploy: deploy:
docker: docker:
- image: cimg/base - image: cimg/base:stable
auth: auth:
username: $DOCKER_HUB_ID username: $DOCKER_HUB_ID
password: $DOCKER_HUB_PASSWORD password: $DOCKER_HUB_PASSWORD