Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkotas committed Jul 28, 2021
1 parent f3bc334 commit f31b74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
export GOPATH=$(go env GOPATH)
export TAG=$(git describe)
SECRET=$(DOCKER-CLI)
docker login -u pkotas $SECRET
docker login -u pkotas --password-stdin <<< $SECRET
make gen-code
make build-code
docker build -t pkotas/k8s-object-lock:"$TAG" -f ./container/app.Dockerfile .
Expand Down

0 comments on commit f31b74f

Please sign in to comment.