Skip to content

Commit

Permalink
check for env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Galimede committed Nov 3, 2020
1 parent c5305b7 commit 5aa1c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- run:
name: Publish Docker Image to Docker Hub
command: |
echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
echo "$DOCKERHUB_PASS" | docker login -u galimede --password-stdin
docker tag $IMAGE_NAME:latest $IMAGE_NAME:$CIRCLE_BUILD_NUM
docker push $IMAGE_NAME
Expand Down

0 comments on commit 5aa1c54

Please sign in to comment.