From 4188b33fd497fe8df3fb4391d5c39df7f2369ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0alata?= Date: Tue, 7 Jun 2022 13:09:21 +0200 Subject: [PATCH] Remove generic credentials --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b3a4de..7788ac6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,11 +2,7 @@ version: 2 jobs: build: docker: # run the steps with Docker - - image: circleci/golang:1.17.10 - auth: - username: $DOCKER_USER - password: $DOCKER_PASSWORD steps: - checkout # check out source code to working directory