Skip to content

Commit

Permalink
Fix a couple of circleci issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed Apr 13, 2019
1 parent 9dad0e7 commit 0f1987d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.10
working_directory: /go/src/github.com/ncabatoff/process-exporter
steps:
- checkout
- run: sudo apt-get -qq update
Expand All @@ -43,7 +44,7 @@ jobs:
- setup_remote_docker
- run: |
IMAGE_TAG=${CIRCLE_TAG/v/''}
docker build -t $IMAGE_NAME:IMAGE_TAG .
docker build -t $IMAGE_NAME:$IMAGE_TAG .
echo "$DOCKERHUB_PASSWORD"| docker login -u $DOCKERHUB_USERNAME --password-stdin
docker push $IMAGE_NAME:$IMAGE_TAG
Expand Down

0 comments on commit 0f1987d

Please sign in to comment.