Fix CircleCI

This commit is contained in:
Martin Šalata
2022-06-07 12:57:46 +02:00
parent 99f210a8af
commit 23dc67eb46
2 changed files with 4 additions and 16 deletions

View File

@@ -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

View File

@@ -1 +1 @@
v1.0.1-DEV
v1.0.2-DEV