From 23dc67eb46f883827a31b41bae1ef630e77f640e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0alata?= Date: Tue, 7 Jun 2022 12:57:46 +0200 Subject: [PATCH] Fix CircleCI --- .circleci/config.yml | 18 +++--------------- VERSION | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c635a6c..5b3a4de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,10 +3,10 @@ jobs: build: docker: # run the steps with Docker - - image: circleci/golang:1.15 + - image: circleci/golang:1.17.10 auth: - username: javamachr - password: $DOCKERHUB_PASSWORD + username: $DOCKER_USER + password: $DOCKER_PASSWORD steps: - checkout # check out source code to working directory @@ -18,14 +18,6 @@ jobs: keys: - go-mod-v4-{{ checksum "go.sum" }} - - run: - name: Install requirements - command: make install-requirements - - - run: - name: Generate sources - command: make generate - - run: name: Docker login command: make docker-login @@ -34,10 +26,6 @@ jobs: name: Build docker images command: make docker-images - - run: - name: Build docker images - command: make docker-images - - run: name: Push docker images command: make docker-push \ No newline at end of file diff --git a/VERSION b/VERSION index c93ebbb..48a912e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.0.1-DEV +v1.0.2-DEV